Files
cheatsheet-tldr/tldr/jira
2025-06-25 00:20:50 +00:00

22 lines
454 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# jira
> Interface (third party) for interacting with Jira.
> More information: <https://github.com/ankitpokhrel/jira-cli>.
- List recent issues:
`jira issue list`
- List issues from the current sprint, assigned to me:
`jira sprint list --current -a$(jira me)`
- Create a new issue, optionally set a parent issue:
`jira issue create --parent {{parent}}`