Options (3)
booleanList sprints and their issues in an explorer view
Example:
jira sprint {{[ls|list]}}-a, --assigneebooleanList issues from the current sprint, assigned to me
Example:
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)-y, --prioritybooleanList high priority issues from the current sprint assigned to me
Example:
jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me) {{[-y|--priority]}} HighExamples (5)
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 addmade by @shridhargupta | data from tldr-pages