snippetbashTip
jira sprint — Manage sprints in a Jira project board. More information: <https://github.com/ankitpokhrel/jira-cli#
Viewed 0 times
commandjiraclimanagesprintsjira sprintboardproject
Problem
How to use the
jira sprint command: Manage sprints in a Jira project board. More information: <https://github.com/ankitpokhrel/jira-cli#sprint>.Solution
jira sprint — Manage sprints in a Jira project board. More information: <https://github.com/ankitpokhrel/jira-cli#sprint>.List sprints and their issues in an explorer view:
jira sprint {{[ls|list]}}List issues from the current sprint:
jira sprint {{[ls|list]}} --currentList issues from the current sprint, assigned to me:
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)List high priority issues from the current sprint assigned to me:
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me) {{[-y|--priority]}} HighAdd issues to a sprint using an interactive prompt:
jira sprint addCode Snippets
List sprints and their issues in an explorer view
jira sprint {{[ls|list]}}List issues from the current sprint
jira sprint {{[ls|list]}} --currentList issues from the current sprint, assigned to me
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)List high priority issues from the current sprint assigned to me
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me) {{[-y|--priority]}} HighAdd issues to a sprint using an interactive prompt
jira sprint addContext
tldr-pages: common/jira sprint
Revisions (0)
No revisions yet.