File tree Expand file tree Collapse file tree 5 files changed +53
-0
lines changed
Expand file tree Collapse file tree 5 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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]}} `
Original file line number Diff line number Diff line change 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]}} `
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments