jira_search
Discover Jira resources: search issues by text or JQL, list projects, boards, sprints, versions, and find users. Filter results by assignee, status, project, or board.
Instructions
Discover Jira resources (tickets, projects, boards, sprints, versions, users). 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; optionally pass query to filter by name substring). If the version you need does not exist, create it yourself with jira_version action=create — do NOT ask the user to make it in the Jira UI.
• "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) |