HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jira me — Display the configured `jira` user. More information: <https://github.com/ankitpokhrel/jira-cli#comm

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandjira mejiracliconfigureduserdisplay

Problem

How to use the jira me command: Display the configured jira user. More information: <https://github.com/ankitpokhrel/jira-cli#commands>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/jira me

Revisions (0)

No revisions yet.