List work items in a sprint.
1 2acli jira sprint list-workitems [flags]
1 2# List work items in sprint $ acli jira sprint list-workitems --sprint 1 --board 6
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)
Rate this page: