commands.sh

jira open

all

Open a Jira issue or project in the browser.

More info →

Options (2)

-n, --no-browserboolean

Print the URL without opening in the browser

Example: jira open {{issue_id}} {{[-n|--no-browser]}}
-h, --helpboolean

Display help

Example: jira open {{[-h|--help]}}

Examples (4)

Open the Jira project in the browser and print the URL

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]
made by @shridhargupta | data from tldr-pages