manage_search
Search Jira issues using JQL queries or quick text search. Filter by project, paginate results.
Instructions
Search Jira issues using JQL or quick text search. Actions: 'jql', 'quick'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'jql', 'quick' | |
| jql | No | JQL query string (required for 'jql' action). Example: type=page AND space=DEV AND title~'architecture'. Common JQL patterns: 'project = PROJ AND status = "In Progress"', 'assignee = currentUser() ORDER BY updated DESC', 'labels = bug AND priority in (High, Highest)', 'sprint in openSprints()', 'created >= -7d AND type = Bug', 'text ~ "search term"', 'status changed TO Done AFTER -30d' | |
| text | No | Search text (for 'quick' action) | |
| project_key | No | Optional project key to scope the search | |
| start_at | No | Pagination start index | |
| max_results | No | Maximum results to return (default 20) |