Files
cheatsheet-tldr/tldr/jira-me
2025-12-15 00:23:31 +00:00

26 lines
525 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# jira me
> Display the configured `jira` user.
> More information: <https://github.com/ankitpokhrel/jira-cli#commands>.
- Display the configured `jira` user:
`jira me`
- List issues assigned to me:
`jira issue {{[ls|list]}} {{[-a|--assignee]}} $(jira me)`
- List issues from the current sprint, assigned to me:
`jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)`
- Display help:
`jira me {{[-h|--help]}}`