mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:13:46 +02:00
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>
This commit is contained in:
parent
dba4eea7c1
commit
2e739edb94
1 changed files with 16 additions and 0 deletions
16
pages/common/jira.md
Normal file
16
pages/common/jira.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue