GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jira CLI(7) Jira CLI(7)

jira-sprint-list - Sprint lists top 50 sprints in a board

jira sprint list [SPRINT_ID] [flags]

Sprint lists top 50 sprints in a board

Sprints are displayed in an explorer view by default. You can use --list and --plain flags to display output in different modes.

-C, --component="" Filter issues by component

-P, --parent="" Filter issues by parent

-q, --jql="" Run a raw JQL query in a given project context

--order-by="created" Field to order the list with

--paginate="0:100" Paginate the result. Max 100 at a time, format: : where is optional

--plain[=false] Display output in plain mode

--no-headers[=false] Don't display table headers in plain mode. Works only with --plain

--no-truncate[=false] Show all available columns in plain mode. Works only with --plain

--state="" Filter sprint by its state (comma separated). Valid values are future, active and closed. Defaults to "active,closed"

--show-all-issues[=false] Show sprint issues from all projects

--table[=false] Display sprints in a table view

--columns="" Comma separated list of columns to display in the plain mode. Accepts (for sprint list): ID, NAME, START, END, COMPLETE, STATE Accepts (for sprint issues): TYPE, KEY, SUMMARY, STATUS, ASSIGNEE, REPORTER, PRIORITY, RESOLUTION, CREATED, UPDATED, LABELS

--fixed-columns=1 Number of fixed columns in the interactive mode

--current[=false] List issues in current active sprint

--prev[=false] List issues in previous sprint

--next[=false] List issues in next planned sprint

-h, --help[=false] help for list

-c, --config="" Config file (default is /root/.config/.jira/.config.yml)

--debug[=false] Turn on debug output

-p, --project="" Jira project to look into (defaults to /root/.config/.jira/.config.yml)

$ jira sprint list
# Display sprints or sprint issues in an interactive list
$ jira sprint list --table
$ jira sprint list <SPRINT_ID> --table
# Display sprints or sprint issues in a plain table view
$ jira sprint list --table --plain
$ jira sprint list <SPRINT_ID> --plain
# Display sprints or sprint issues in a plain table view without headers
$ jira sprint list --table --plain --no-headers
$ jira sprint list <SPRINT_ID> --no-headers
# Display some columns of sprint or sprint issues in a plain table view
$ jira sprint list --table --plain --columns name,start,end
$ jira sprint list <SPRINT_ID> --plain --columns type,key,summary
# Display sprint issues in a plain table view and show all fields
$ jira sprint list <SPRINT_ID> --plain --no-truncate

jira-sprint(7)

3-Jul-2025 Auto generated by spf13/cobra

Jul 2025 Auto generated by spf13/cobra

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.