← 返回命令列表

Linux command

jira-issue 命令

文本

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

常用示例

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.