Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
admin auth
admin user
jira auth
jira board
jira dashboard
jira field
jira filter
jira project
jira sprint
jira workitem
rovodev auth
Last updated Oct 3, 2024

acli jira sprint list-workitems

List work items in a sprint.

1
2
acli jira sprint list-workitems [flags]

Examples

1
2
# List work items in sprint
$ acli jira sprint list-workitems --sprint 1 --board 6

Options

1
2
      --board int       Id of the board to list work items from (required)
      --csv             Output in CSV format
      --fields string   Comma-separated list of fields to include in the response (default "key,issuetype,summary,assignee,priority,status")
  -h, --help            Show help for command
      --jql string      JQL query to filter work items in the sprint
      --json            Output in JSON format
      --limit int       Maximum number of issues to return per page (default 50)
      --paginate        Continue paginating to fetch all pages of results or up to the provided limit.
      --sprint int      Id of the sprint to list work items from (required)

SEE ALSO

Rate this page: