Advertisement
Guest User

Untitled

a guest
Jul 19th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. usage: lp-searchbugtasks [-h] [-v] [--tag TAGS] [--tags-combinator {Any,All}]
  2. [--status {New,Incomplete with response),Incomplete (without response,Incomplete,Invalid,Won't Fix,Confirmed,Triaged,In Progress,Fix Committed,Fix Released}]
  3. [--importance {Critical,High,Medium,Low}]
  4. [--assignee ASSIGNEE] [--search-text SEARCH_TEXT]
  5. [--milestone MILESTONE] [--package PACKAGE]
  6. {people,project} entry_id
  7.  
  8. positional arguments:
  9. {people,project} sepecify entry type that search bugs in
  10. entry_id sepcify entry id that search bugs in
  11.  
  12. optional arguments:
  13. -h, --help show this help message and exit
  14. -v, --verbose
  15. --tag TAGS sepecify a bug tag
  16. --tags-combinator {Any,All}
  17. Search for any or all of the tags specified.
  18. --status {New,Incomplete (with response),Incomplete (without response),Incomplete,Invalid,Won't Fix,Confirmed,Triaged,In Progress,Fix Committed,Fix Released}
  19. sepecify bugtask status
  20. --importance {Critical,High,Medium,Low}
  21. sepecify bugtask importance
  22. --assignee ASSIGNEE sepecify bug assignee
  23. --search-text SEARCH_TEXT
  24. search text
  25. --milestone MILESTONE
  26. milestone name
  27. --package PACKAGE source package name (only for project)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement