- select [key:value ...]
-
Uses the SOAP interface to output a list of bugs which match the given
selection requirements.
The following keys are allowed, and may be given multiple times.
- package
-
Binary package name.
- source
-
Source package name.
- maintainer
-
E-mail address of the maintainer.
- submitter
-
E-mail address of the submitter.
- severity
-
Bug severity.
- status
-
Status of the bug.
- tag
-
Tags applied to the bug. If users is specified, may include
usertags in addition to the standard tags.
- owner
-
Bug's owner.
- correspondent
-
Address of someone who sent mail to the log.
- affects
-
Bugs which affect this package.
- bugs
-
List of bugs to search within.
- users
-
Users to use when looking up usertags.
- archive
-
Whether to search archived bugs or normal bugs; defaults to 0
(i.e. only search normal bugs). As a special case, if archive is
'both', both archived and unarchived bugs are returned.
For example, to select the set of bugs submitted by
jrandomdeveloper@example.com and tagged wontfix, one would use
select(``submitter:jrandomdeveloper@example.com'', ``tag:wontfix'')
|