HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hub issue — Manage Github issues. More information: <https://hub.github.com/hub-issue.1.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandhub issuegithubclimanageissuesinformationmore

Problem

How to use the hub issue command: Manage Github issues. More information: <https://hub.github.com/hub-issue.1.html>.

Solution

hub issue — Manage Github issues. More information: <https://hub.github.com/hub-issue.1.html>.

List the last 10 issues with the bug label:
hub issue list {{[-L|--limit]}} {{10}} {{[-l|--labels]}} "{{bug}}"


Display a specific issue:
hub issue show {{issue_number}}


List 10 closed issues assigneed to a specific user:
hub issue {{[-s|--state]}} {{closed}} {{[-a|--assignee]}} {{username}} --limit {{10}}

Code Snippets

List the last 10 issues with the `bug` label

hub issue list {{[-L|--limit]}} {{10}} {{[-l|--labels]}} "{{bug}}"

Display a specific issue

hub issue show {{issue_number}}

List 10 closed issues assigneed to a specific user

hub issue {{[-s|--state]}} {{closed}} {{[-a|--assignee]}} {{username}} --limit {{10}}

Context

tldr-pages: common/hub issue

Revisions (0)

No revisions yet.