1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 18:55:24 +02:00
tldr/pages/common/jira.md
Matthias Lüdtke 2e739edb94
jira: add page (#16953)
* jira: add page

* prefer longform

* remove "Command line"

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-06-24 23:12:24 +02:00

16 lines
361 B
Markdown

# 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}}`