jira_read
Query Jira Cloud read-only to fetch issues, comments, and project details. Use operations like SearchIssues with JQL for targeted data, ensuring no modifications.
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 |