mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 22:35:23 +02:00
17 lines
361 B
Markdown
17 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}}`
|