Linux command
jira-open 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open issue in browser
jira open [PROJ-123]
Open project board
jira open -p [PROJECT]
Open current sprint
jira open --sprint
Open backlog
jira open --backlog -p [PROJECT]
说明
jira open opens Jira resources in the default web browser. It provides quick access to issues, boards, and backlogs. The command translates issue keys or project identifiers to web URLs. It's faster than navigating through the web interface.
参数
- -p _PROJECT_
- Project to open.
- --sprint
- Open active sprint.
- --backlog
- Open backlog.
- --help
- Display help information.
FAQ
What is the jira-open command used for?
jira open opens Jira resources in the default web browser. It provides quick access to issues, boards, and backlogs. The command translates issue keys or project identifiers to web URLs. It's faster than navigating through the web interface.
How do I run a basic jira-open example?
Run `jira open [PROJ-123]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -p _PROJECT_ do in jira-open?
Project to open.