List all your assigned JIRA tasks across projects
Lists assigned JIRA tickets grouped by status with priority and age highlights.
/plugin marketplace add openshift-hyperfleet/hyperfleet-claude-plugins/plugin install hyperfleet-jira@hyperfleet-claude-pluginsShow all JIRA tickets currently assigned to the user.
Get all assigned tickets (recent, sorted by updated):
jira issue list -q"project = HYPERFLEET AND assignee = currentUser()" --order-by updated --reverse --plain 2>/dev/null
For more detail with JSON output:
jira issue list -q"project = HYPERFLEET AND assignee = currentUser()" --order-by updated --reverse --json 2>/dev/null | head -100
Present tickets grouped by status:
| Key | Summary | Priority | Updated |
|---|
| Key | Summary | Priority | Created |
|---|
| Key | Summary | Blocker Reason |
|---|
| Key | Summary | Completed |
|---|