mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
525 B
Plaintext
26 lines
525 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# jira me
|
|
|
|
> Display the configured `jira` user.
|
|
> More information: <https://github.com/ankitpokhrel/jira-cli#commands>.
|
|
|
|
- Display the configured `jira` user:
|
|
|
|
`jira me`
|
|
|
|
- List issues assigned to me:
|
|
|
|
`jira issue {{[ls|list]}} {{[-a|--assignee]}} $(jira me)`
|
|
|
|
- List issues from the current sprint, assigned to me:
|
|
|
|
`jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)`
|
|
|
|
- Display help:
|
|
|
|
`jira me {{[-h|--help]}}`
|