Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- usage: lp-searchbugtasks [-h] [-v] [--tag TAGS] [--tags-combinator {Any,All}]
- [--status {New,Incomplete with response),Incomplete (without response,Incomplete,Invalid,Won't Fix,Confirmed,Triaged,In Progress,Fix Committed,Fix Released}]
- [--importance {Critical,High,Medium,Low}]
- [--assignee ASSIGNEE] [--search-text SEARCH_TEXT]
- [--milestone MILESTONE] [--package PACKAGE]
- {people,project} entry_id
- positional arguments:
- {people,project} sepecify entry type that search bugs in
- entry_id sepcify entry id that search bugs in
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose
- --tag TAGS sepecify a bug tag
- --tags-combinator {Any,All}
- Search for any or all of the tags specified.
- --status {New,Incomplete (with response),Incomplete (without response),Incomplete,Invalid,Won't Fix,Confirmed,Triaged,In Progress,Fix Committed,Fix Released}
- sepecify bugtask status
- --importance {Critical,High,Medium,Low}
- sepecify bugtask importance
- --assignee ASSIGNEE sepecify bug assignee
- --search-text SEARCH_TEXT
- search text
- --milestone MILESTONE
- milestone name
- --package PACKAGE source package name (only for project)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement