Files
cheatsheet-tldr/tldr/jira
2025-10-17 00:19:47 +00:00

22 lines
481 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|--assignee]}} $(jira me)`
- Create a new issue, optionally set a parent issue:
`jira issue create {{[-P|--parent]}} {{parent}}`