get_issues
Retrieve a filtered list of issues from Backlog projects. Supports filtering by project, status, assignee, dates, custom fields, and more.
Instructions
Returns list of issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project IDs | |
| issueTypeId | No | Issue type IDs | |
| categoryId | No | Category IDs | |
| versionId | No | Version IDs | |
| milestoneId | No | Milestone IDs | |
| statusId | No | Status IDs | |
| priorityId | No | Priority IDs | |
| assigneeId | No | Assignee user IDs | |
| createdUserId | No | Created user IDs | |
| resolutionId | No | Resolution IDs | |
| parentIssueId | No | Parent issue IDs | |
| keyword | No | Keyword to search for in issues | |
| startDateSince | No | Start date since (yyyy-MM-dd) | |
| startDateUntil | No | Start date until (yyyy-MM-dd) | |
| dueDateSince | No | Due date since (yyyy-MM-dd) | |
| dueDateUntil | No | Due date until (yyyy-MM-dd) | |
| createdSince | No | Created since (yyyy-MM-dd) | |
| createdUntil | No | Created until (yyyy-MM-dd) | |
| updatedSince | No | Updated since (yyyy-MM-dd) | |
| updatedUntil | No | Updated until (yyyy-MM-dd) | |
| sort | No | Sort field | |
| order | No | Sort order | |
| offset | No | Offset for pagination | |
| count | No | Number of issues to retrieve | |
| customFields | No | Custom field filters (text, numeric, date, or list) | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |