Linux command
jira-issue 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
List issues
jira issue list
Create new issue
jira issue create
View issue details
jira issue view [ISSUE-123]
Move issue to status
jira issue move [ISSUE-123] "[Done]"
Assign issue
jira issue assign [ISSUE-123] [username]
说明
jira issue manages Jira issues from the command line. Part of jira-cli, it allows creating, viewing, updating, and transitioning issues without using the web interface. Supports filtering, JQL queries, and batch operations.
参数
- list
- List issues matching filters.
- create
- Create a new issue interactively.
- view _key_
- View issue details.
- move _key_ _status_
- Transition issue to new status.
- assign _key_ _user_
- Assign issue to user.
- comment _key_
- Add comment to issue.
FAQ
What is the jira-issue command used for?
jira issue manages Jira issues from the command line. Part of jira-cli, it allows creating, viewing, updating, and transitioning issues without using the web interface. Supports filtering, JQL queries, and batch operations.
How do I run a basic jira-issue example?
Run `jira issue list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in jira-issue?
List issues matching filters.