jira-sprint
manages Jira sprints from the command line
TLDR
SYNOPSIS
jira sprint command [options]
DESCRIPTION
jira sprint manages Jira sprints from the command line. It lists sprints, views sprint issues, and adds issues to sprints. Results are displayed in an interactive explorer view by default, with optional table and plain text output modes.The command supports all filtering flags from the issue list command, allowing filtering by assignee, status, priority, and other issue fields within a sprint context.
PARAMETERS
list
List sprints and sprint issues in an interactive explorer view.add SPRINT ISSUE
Add issue to a sprint.--current
Show issues in the current active sprint.--prev
Show issues in the previous sprint.--next
Show issues in the next planned sprint.--state STATES
Filter sprints by state (comma-separated: active, closed, future).-a ASSIGNEE
Filter issues by assignee.-p PROJECT
Project key.--table
Display results in table view instead of explorer view.--plain
Output plain text (useful for scripting).--no-headers
Omit column headers (useful with --plain for scripting).--help
Display help information.
CAVEATS
Subcommand of jira-cli (ankitpokhrel/jira-cli). Requires a Scrum board configured for the project. Needs appropriate Jira project permissions.
HISTORY
jira sprint is part of jira-cli, an open-source Go-based tool by Ankit Pokhrel providing Agile sprint management capabilities from the terminal.
SEE ALSO
jira(1), jira-issue(1), jira-sprints(1), jira-me(1)
