backlog_get_issues
Retrieve issues from Backlog using filters such as project, status, assignee, and keyword. Supports sorting and pagination for efficient data access.
Instructions
Performs list issue get using the Backlog Issues API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Attribute name for sorting | |
| count | No | Number of results (1-100, default 20) | |
| order | No | Sort order | desc |
| offset | No | Offset for pagination | |
| keyword | No | Keyword for searching | |
| statusId | No | Status ids | |
| projectId | No | Project ids | |
| assigneeId | No | Assignee ids | |
| priorityId | No | Priority ids | |
| createdSince | No | Start date of created date (YYYY-MM-DD format) | |
| createdUntil | No | End date of created date (YYYY-MM-DD format) |