jira_search_issues_tool
Search Jira issues by filtering on project, assignee, status, priority, labels, and date ranges. Builds a JQL query to return matching results.
Instructions
Search for Jira issues using multiple criteria.
Build a JQL query from the provided criteria and execute it. At least one search criterion must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project key (e.g., "PROJ") | |
| assignee | No | Assignee username or "currentUser()" for current user | |
| status | No | Status name (e.g., "Open", "In Progress", "Closed") | |
| priority | No | Priority name (e.g., "High", "Critical", "Low") | |
| labels | No | List of label names to filter by | |
| created_after | No | Created after date in YYYY-MM-DD format | |
| created_before | No | Created before date in YYYY-MM-DD format | |
| updated_after | No | Updated after date in YYYY-MM-DD format | |
| updated_before | No | Updated before date in YYYY-MM-DD format | |
| max_results | No | Maximum results to return (default: 50) | |
| start_at | No | Starting offset for pagination (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||