Part of lp.bugs.interfaces.bugtasksearch View In Hierarchy
Known subclasses: lp.bugs.interfaces.bugtasksearch.IFrontPageBugTaskSearch, lp.bugs.interfaces.bugtasksearch.IUpstreamProductBugTaskSearch
Note that this is slightly different than simply IBugTask because some of the field types are different (e.g. it makes sense for status to be a Choice on a bug task edit form, but it makes sense for status to be a List field on a search form, where more than one value can be selected.)
| List | tag | String or list of strings for tags to search. To exclude, prepend a '-', e.g. '-unwantedtag' |
| Choice | tags_combinator | Search for any or all of the tags specified. |
| Choice | upstream_target | Undocumented |
Inherited from IBugTaskSearchBase:
| TextLine | searchtext | Undocumented |
| List | status | Show only bugs with the given status value or list of values. |
| List | importance | Show only bugs with the given importance or list of importances. |
| List | information_type | Show only bugs with the given information type or list of information types. |
| Choice | assignee | Person entity assigned for this bug. |
| Choice | bug_reporter | Person entity that filed the bug report. |
| Bool | omit_dupes | Undocumented |
| Bool | omit_targeted | Undocumented |
| Bool | has_patch | Undocumented |
| Bool | has_no_package | Undocumented |
| List | milestone | Show only bug tasks targeted to this milestone. |
| List | component | Distribution package archive grouping. E.g. main, universe, multiverse |
| List | status_upstream | Indicates the status of any remote watches associated with the bug. Possible values include: pending_bugwatch, hide_upstream, resolved_upstream, and open_upstream. |
| Bool | has_cve | Undocumented |
| Choice | structural_subscriber | Show only bugs in projects, series, distributions, and packages that this person or team is subscribed to. |
| Choice | bug_commenter | Show only bugs commented on by this person. |
| Choice | subscriber | Show only bugs this person or team is directly subscribed to. |
| Bool | affects_me | Undocumented |
| Bool | has_branches | Undocumented |
| Bool | has_no_branches | Undocumented |
| Bool | has_blueprints | Undocumented |
| Bool | has_no_blueprints | Undocumented |