commands.sh

jira sprint

all

Manage sprints in a Jira project board.

More info →

Options (3)

boolean

List sprints and their issues in an explorer view

Example: jira sprint {{[ls|list]}}
-a, --assigneeboolean

List issues from the current sprint, assigned to me

Example: jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me)
-y, --priorityboolean

List high priority issues from the current sprint assigned to me

Example: jira sprint {{[ls|list]}} --current {{[-a|--assignee]}} $(jira me) {{[-y|--priority]}} High

Examples (5)

List sprints and their issues in an explorer view

jira sprint [ls|list]

List issues from the current sprint

jira sprint [ls|list] --current

List 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] High

Add issues to a sprint using an interactive prompt

made by @shridhargupta | data from tldr-pages