jira_read
Query Jira issues and projects using read-only operations. Supports JQL searches and other data retrieval.
Instructions
Query Jira data (safe, read-only).
Call with operation="help" to list all available read operations. Otherwise pass the operation name and a JSON object with parameters.
Example: jira_read(operation="SearchIssues", params={"jql": "project = PROJ AND status = Open"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |