← 返回命令列表

Linux command

jira-navigate 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Navigate to the project page

jira navigate --project [PROJECT_KEY]

Navigate to the active sprint board

jira navigate --board

Navigate to the backlog view

jira navigate --backlog

说明

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.

参数

--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.

FAQ

What is the jira-navigate command used for?

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.

How do I run a basic jira-navigate example?

Run `jira navigate --project [PROJECT_KEY]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --project _key_ do in jira-navigate?

Navigate to the project summary page for the given project key.