jira-{browse,navigate,open,project,projects}: add pages (#19913)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Dylan
2025-12-12 04:01:05 +00:00
committed by GitHub
parent 08fe70b1d8
commit 367d5d7070
5 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# jira browse
> This command is an alias of `jira open`.
- View documentation for the original command:
`tldr jira open`
+7
View File
@@ -0,0 +1,7 @@
# jira navigate
> This command is an alias of `jira open`.
- View documentation for the original command:
`tldr jira open`
+20
View File
@@ -0,0 +1,20 @@
# jira open
> Open a Jira issue or project in the browser.
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
- Open the Jira project in the browser and print the URL:
`jira open`
- Open a specific issue in the browser and print the URL:
`jira open {{issue_id}}`
- Print the URL without opening in the browser:
`jira open {{issue_id}} {{[-n|--no-browser]}}`
- Display help:
`jira open {{[-h|--help]}}`
+12
View File
@@ -0,0 +1,12 @@
# jira project
> Manage Jira projects.
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
- List all projects:
`jira project {{[ls|list]}}`
- Display help:
`jira project {{[-h|--help]}}`
+7
View File
@@ -0,0 +1,7 @@
# jira projects
> This command is an alias of `jira project`.
- View documentation for the original command:
`tldr jira project`