logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage GitLab Issues - View & Create Issues | Online Free DevTools by Hexmos

Manage GitLab issues effectively with Glab Issue manager. Create, view, and list issues seamlessly using command line. Free online tool, no registration required.

glab-issue

Manage GitLab issues. More information: https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/issue/index.md.

  • Display a specific issue:

glab issue view {{issue_number}}

  • Display a specific issue in the default web browser:

glab issue view {{issue_number}} {{[-w|--web]}}

  • Create a new issue in the default web browser:

glab issue create --web

  • List the last 10 issues with the bug label:

glab issue list {{[-P|--per-page]}} {{10}} {{[-l|--label]}} "{{bug}}"

  • List closed issues made by a specific user:

glab issue list {{[-c|--closed]}} --author {{username}}

  • Reopen a specific issue:

glab issue reopen {{issue_number}}

See Also