mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
532 B
Plaintext
26 lines
532 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|