get_backlog
Retrieve prioritized backlog items (PBIs/User Stories) not in the current sprint to identify upcoming work and tasks waiting to be picked up.
Instructions
Get backlog items (PBIs/User Stories not in the current sprint).
USE THIS TOOL when the user asks about the backlog, upcoming work, 'what's next?', 'what's not in the sprint?', or items waiting to be picked up.
Args: project: Project name (default from config). team: Team name (default from config). max_results: Maximum items to return (default 50).
Returns backlog items ordered by priority with state and effort.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| team | No | ||
| max_results | No |