← 返回命令列表

Linux command

jira-issues 命令

文本

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

常用示例

List all issues

jira issues

List issues with JQL query

jira issues --jql "[project = PROJ AND status = Open]"

List issues assigned to me

jira issues --assignee me

List issues in JSON format

jira issues --plain --no-headers

说明

jira issues lists Jira issues from the command line. Part of jira-cli, it supports JQL filtering to find specific issues. An alias for `jira issue list` with convenient defaults for common queries.

参数

--jql _query_
Filter issues using JQL query.
--assignee _user_
Filter by assignee.
--status _status_
Filter by status.
--project _key_
Filter by project.
--plain
Output without formatting.
--no-headers
Omit column headers.

FAQ

What is the jira-issues command used for?

jira issues lists Jira issues from the command line. Part of jira-cli, it supports JQL filtering to find specific issues. An alias for `jira issue list` with convenient defaults for common queries.

How do I run a basic jira-issues example?

Run `jira issues` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --jql _query_ do in jira-issues?

Filter issues using JQL query.