cops jira sprint commands operate on Jira Agile sprints. They call the Jira Agile REST API (/rest/agile/1.0). You need a board ID for most commands — use cops jira board lookup to find it.
cops jira sprint active
cops jira sprint active
List all currently active sprints for a board.
Usage
Flags
Board ID. Use
cops jira board lookup to find it.Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
id, name, state, startDate, endDate, goalExamples
cops jira sprint list
cops jira sprint list
List sprints for a board filtered by state. Use this to find closed sprints for retrospective data or future sprints for planning.Alias:
cops jira sprint lsUsage
Flags
Board ID. Use
cops jira board lookup to find it.Sprint state to filter by. One of
active, future, or closed.Maximum number of sprints to return.
Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
id, name, state, startDate, endDate, completeDateExamples
cops jira sprint issues
cops jira sprint issues
List all issues in a given sprint by sprint ID.
Usage
Flags
Sprint ID. Use
cops jira sprint list or cops jira sprint active to find it.Maximum number of issues to return.
Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
key, summary, status, assigneeExamples
Related
cops jira board
Find the board ID needed for sprint commands.
cops jira issue
Inspect individual issues or search by JQL.
