LinuxCommandLibrary

jira-sprints

lists sprints for a Jira project

TLDR

List all sprints

$ jira sprints -p [PROJECT]
copy
List active sprints
$ jira sprints --state active -p [PROJECT]
copy
List closed sprints
$ jira sprints --state closed -p [PROJECT]
copy
List with limit
$ jira sprints -l [10] -p [PROJECT]
copy

SYNOPSIS

jira sprints [options]

DESCRIPTION

jira sprints lists sprints for a Jira project. It shows sprint names, states, and dates.
The command provides an overview of sprint history and planning. It filters by state to focus on relevant sprints.

PARAMETERS

-p PROJECT

Project key.
--state STATE
Sprint state (active, closed, future).
-l LIMIT
Maximum results.
--plain
Plain text output.
--help
Display help information.

CAVEATS

Subcommand of jira-cli. Requires Scrum board configured. Project permissions needed.

HISTORY

jira sprints is part of jira-cli, providing sprint listing functionality for Agile project management.

SEE ALSO

jira(1), jira-sprint(1), jira-me(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community