HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jira open — Open a Jira issue or project in the browser. More information: <https://github.com/ankitpokhrel/jira

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thejira opencommandissuejiracliopenproject

Problem

How to use the jira open command: Open a Jira issue or project in the browser. More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/jira open

Revisions (0)

No revisions yet.