jira_search
Search Jira resources including issues, projects, boards, and sprints using text, JQL, or filters like assignee and status.
Instructions
Discover Jira resources. Use when asked "find tickets for...", "what's in the backlog", "show me my issues", "list projects", or "which board is for project X". Set resource: • "issues" (default) — search by text, JQL, project, status, assignee, issue type, or mine=true for your queue • "projects" — list all projects and their keys • "issue_types" — valid types and statuses for a project • "boards" — list boards (pass project to filter by project key); use this to find the boardId before fetching sprints or board_overview • "sprints" — sprints for a board (pass boardId); if you don't know the boardId, first use resource=boards • "board_overview" — active/future sprints with their issues for a board (pass boardId); use when asked "what's in the sprint", "show me the board", or "what's everyone working on" • "versions" — list fix versions/releases for a project (pass project); use this to find the exact version name or id before setting fixVersion or releasing a version • "users" — find users by name/email (pass query)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | No | What to search (default: issues) | |
| mine | No | Return issues assigned to you (resource=issues only) | |
| query | No | Text search or user name query | |
| jql | No | Raw JQL (resource=issues only, overrides other filters) | |
| project | No | Project key filter or scope for issue_types/boards | |
| status | No | Status filter (issues only, or board_overview to filter issues by status) | |
| assignee | No | Assignee username filter (issues only, or board_overview to filter issues by assignee) | |
| issueType | No | Issue type filter (issues only) | |
| boardId | No | Board ID (required for resource=sprints or board_overview) | |
| sprintState | No | Sprint state filter: active, future, closed (sprints and board_overview) | |
| includeIssues | No | Include issues per sprint in board_overview (default true) | |
| maxResults | No | Max results (default 20) | |
| startAt | No | Pagination offset (default 0) |