21 lines
432 B
Markdown
Raw Normal View History

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