LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jira-navigate

Open various Jira views in your web browser

TLDR

Navigate to the project page
$ jira navigate --project [PROJECT_KEY]
copy
Navigate to the active sprint board
$ jira navigate --board
copy
Navigate to the backlog view
$ jira navigate --backlog
copy

SYNOPSIS

jira navigate [options]

DESCRIPTION

jira navigate opens various Jira views in your default web browser. Part of jira-cli (by Ankit Pokhrel), it provides quick access to boards, backlogs, and project pages without manually constructing URLs. The project defaults to the one configured in your jira-cli settings.

PARAMETERS

--project key

Navigate to the project summary page for the given project key.
--board
Open the active sprint board for the current project.
--backlog
Open the backlog view for the current project.

SEE ALSO

Copied to clipboard
Kai