Linux command
jira-browse 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open issue in browser
jira browse [ISSUE-123]
Open current project board
jira browse
Open specific project
jira browse --project [PROJECT]
说明
jira browse opens a Jira issue or project in your default web browser. Part of jira-cli, a command-line interface for Jira. Quickly access issues without navigating through the web interface manually.
参数
- --project _key_
- Specify project key.
FAQ
What is the jira-browse command used for?
jira browse opens a Jira issue or project in your default web browser. Part of jira-cli, a command-line interface for Jira. Quickly access issues without navigating through the web interface manually.
How do I run a basic jira-browse example?
Run `jira browse [ISSUE-123]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --project _key_ do in jira-browse?
Specify project key.