← 返回命令列表

Linux command

jira-me 命令

文本

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

常用示例

List my issues

jira me

My issues in project

jira me -p [PROJECT]

My open issues

jira me --status [Open]

My issues with limit

jira me -l [20]

My issues raw output

jira me --plain

说明

jira me lists issues assigned to the current user. It provides a quick view of personal workload. The command filters by default to show open issues. Additional filters narrow results by project or status.

参数

-p _PROJECT_
Filter by project.
--status _STATUS_
Filter by status.
-l _LIMIT_
Maximum results.
--plain
Plain text output.
--help
Display help information.

FAQ

What is the jira-me command used for?

jira me lists issues assigned to the current user. It provides a quick view of personal workload. The command filters by default to show open issues. Additional filters narrow results by project or status.

How do I run a basic jira-me example?

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

What does -p _PROJECT_ do in jira-me?

Filter by project.