Get board backlog
get_backlogRetrieve a Jira board's backlog issues not assigned to a sprint, ordered by rank. Narrow results with JQL, choose fields, and paginate.
Instructions
List a board's backlog issues (in the board's filter, not in a sprint), ordered by rank. On Cloud this uses the current Software API enhanced backlog endpoint and cursor paging; on Data Center it uses Agile 1.0 with startAt/total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Extra JQL to narrow the backlog, e.g. 'assignee IS EMPTY' | |
| fields | No | Comma-separated issue fields to return (default: key, summary, status, assignee) | |
| boardId | Yes | Board ID | |
| startAt | No | Offset paging, Data Center only; rejected on Cloud, use nextPageToken | |
| maxResults | No | ||
| nextPageToken | No | Jira Cloud only: cursor from the previous response |