Skip to content

Commit 367d5d7

Browse files
dmmqzivanbaluta
andauthored
jira-{browse,navigate,open,project,projects}: add pages (#19913)
Co-authored-by: Ivan Baluta <[email protected]>
1 parent 08fe70b commit 367d5d7

File tree

5 files changed

+53
-0
lines changed

5 files changed

+53
-0
lines changed

pages/common/jira-browse.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# jira browse
2+
3+
> This command is an alias of `jira open`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr jira open`

pages/common/jira-navigate.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# jira navigate
2+
3+
> This command is an alias of `jira open`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr jira open`

pages/common/jira-open.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# jira open
2+
3+
> Open a Jira issue or project in the browser.
4+
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
5+
6+
- Open the Jira project in the browser and print the URL:
7+
8+
`jira open`
9+
10+
- Open a specific issue in the browser and print the URL:
11+
12+
`jira open {{issue_id}}`
13+
14+
- Print the URL without opening in the browser:
15+
16+
`jira open {{issue_id}} {{[-n|--no-browser]}}`
17+
18+
- Display help:
19+
20+
`jira open {{[-h|--help]}}`

pages/common/jira-project.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# jira project
2+
3+
> Manage Jira projects.
4+
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
5+
6+
- List all projects:
7+
8+
`jira project {{[ls|list]}}`
9+
10+
- Display help:
11+
12+
`jira project {{[-h|--help]}}`

pages/common/jira-projects.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# jira projects
2+
3+
> This command is an alias of `jira project`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr jira project`

0 commit comments

Comments
 (0)