Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/common/jira-browse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# jira browse

> This command is an alias of `jira open`.
- View documentation for the original command:

`tldr jira open`
7 changes: 7 additions & 0 deletions pages/common/jira-navigate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# jira navigate

> This command is an alias of `jira open`.

- View documentation for the original command:

`tldr jira open`
20 changes: 20 additions & 0 deletions pages/common/jira-open.md
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions pages/common/jira-project.md
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions pages/common/jira-projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# jira projects

> This command is an alias of `jira project`.

- View documentation for the original command:

`tldr jira project`
Loading