backlog_list
Retrieve paginated list of backlog items: feature tasks not assigned to any sprint. Filter by project, assignee, status, priority, date range.
Instructions
Get paginated list of backlog items (feature tasks without sprint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| pageSize | No | ||
| filters | No | ||
| projectId | No | ||
| taskTypeId | No | ||
| assigneeUserId | No | ||
| sprintId | No | ||
| statusId | No | ||
| requestId | No | ||
| priorityId | No | ||
| startDate | No | YYYY-MM-DD | |
| endDate | No | YYYY-MM-DD |