LinuxCommandLibrary

jira-me

lists issues assigned to the current user

TLDR

List my issues

$ jira me
copy
My issues in project
$ jira me -p [PROJECT]
copy
My open issues
$ jira me --status [Open]
copy
My issues with limit
$ jira me -l [20]
copy
My issues raw output
$ jira me --plain
copy

SYNOPSIS

jira me [options]

DESCRIPTION

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.

PARAMETERS

-p PROJECT

Filter by project.
--status STATUS
Filter by status.
-l LIMIT
Maximum results.
--plain
Plain text output.
--help
Display help information.

CAVEATS

Subcommand of jira-cli. Requires authentication. May be aliased in config.

HISTORY

jira me is a convenience command in jira-cli for quickly viewing issues assigned to the authenticated user.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community