Backlog Tools
View and manage the product backlog.
Backlog tools let you see issues that are not assigned to any sprint and move issues back to the backlog when plans change.
get_backlog
Gets issues in the backlog — issues not assigned to any sprint. Useful for sprint planning or reviewing unplanned work.
When it runs: Called when you ask about the backlog or unplanned work.
Example trigger: "What's in the backlog?"
move_to_backlog
Moves issues from a sprint back to the backlog. Use when work needs to be deprioritized or deferred.
When it runs: Called when you ask to move issues to the backlog or remove them from a sprint.
Example trigger: "Move the analytics task back to the backlog"
| Parameter | Type | Required | Description |
|---|---|---|---|
| issue_keys | string[] | Yes | Issue keys or natural language references |