Linux command
jira-sprints 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List all sprints
jira sprints -p [PROJECT]
List active sprints
jira sprints --state active -p [PROJECT]
List closed sprints
jira sprints --state closed -p [PROJECT]
List with limit
jira sprints -l [10] -p [PROJECT]
说明
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.
参数
- -p _PROJECT_
- Project key.
- --state _STATE_
- Sprint state (active, closed, future).
- -l _LIMIT_
- Maximum results.
- --plain
- Plain text output.
- --help
- Display help information.
FAQ
What is the jira-sprints command used for?
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.
How do I run a basic jira-sprints example?
Run `jira sprints -p [PROJECT]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -p _PROJECT_ do in jira-sprints?
Project key.