< Cli < ref
mw gitlab incident list
List project incidents
mw gitlab incident list [flags]
Examples
glab incident list --all glab incident ls --all glab incident list --assignee=@me glab incident list --milestone release-2.0.0 --opened
Options
-A, --all Get all incidents
-a, --assignee string Filter incident by assignee <username>
--author string Filter incident by author <username>
-c, --closed Get only closed incidents
-C, --confidential Filter by confidential incidents
-g, --group string Select a group/subgroup. This option is ignored if a repo argument is set.
--in string search in {title|description} (default "title,description")
-l, --label strings Filter incident by label <name>
-m, --milestone string Filter incident by milestone <id>
--not-assignee strings Filter incident by not being assigneed to <username>
--not-author strings Filter by not being by author(s) <username>
--not-label strings Filter incident by lack of label <name>
-F, --output-format string One of 'details', 'ids', or 'urls' (default "details")
-p, --page int Page number (default 1)
-P, --per-page int Number of items to list per page. (default 30)
-R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL
--search string Search <string> in the fields defined by --in
Options inherited from parent commands
--help Help for this command
--no-interaction Do not ask any interactive questions
-v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
- mw gitlab incident - Work with GitLab incidents
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.