| name | glab-issue |
| description | Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management. Triggers on issue, bug, task, ticket, feature request, list issues, create issue. |
glab issue
Create, view, update, and manage GitLab issues.
Quick start
glab issue create --title "Fix login bug" --label bug
glab issue list --state opened
glab issue view 123
glab issue view https://gitlab.com/group/project/-/work_items/123
glab issue note https://gitlab.com/group/project/-/issues/123 -m "Working on this now"
glab issue note 123 -m "Working on this now"
glab issue close 123
Common workflows
Issue and work item URL inputs
Issue argument parsing accepts GitLab work item URLs in addition to issue URLs where the glab issue subcommand resolves an issue argument. This is URL compatibility for issue-style operations such as view, note, update, close, and related commands; use glab work-items when you need dedicated work item fields or work-item-specific lifecycle behavior.
glab issue view https://gitlab.com/group/project/-/work_items/123
glab issue note https://gitlab.com/group/project/-/work_items/123 -m
glab issue update https://gitlab.com/group/project/-/work_items/123 --label needs-triage