Search issues
search_issuesSearch issues by free text and by team, project, cycle, assignee, participant, state, state category, label or parent. A participant is an assignee or reviewer. Returns a page of issues plus a cursor for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team key, name or id. | |
| cycle | No | Sprint name, number, id or "active". Needs team. | |
| label | No | Label name or id. | |
| limit | No | ||
| query | No | Text matched against title, description and identifier. | |
| state | No | Workflow state name or id. Needs team. | |
| cursor | No | Cursor returned by a previous call. | |
| parent | No | Parent issue identifier or id. | |
| orderBy | No | updated | |
| project | No | Project name, slug or id. | |
| assignee | No | Assignee name, handle, email, id, or "me". | |
| participant | No | Assignee or reviewer name, handle, email, id, or "me". | |
| stateCategory | No | Broad status bucket. | |
| includeArchived | No | ||
| includeSubIssues | No |