JIRA
JSON →Access and manage JIRA issues, projects, and users with optimized data payloads for AI context windows.
Tools · 7
- search_issues Search JIRA issues using JQL. Returns up to 50 results per request.
- get_epic_children Get all child issues in an epic including their comments and relationship data. Limited to 100 issues per request.
- get_issue Get detailed information about a specific JIRA issue including comments and all relationships.
- create_issue Create a new JIRA issue with specified fields.
- update_issue Update fields of an existing JIRA issue.
- add_attachment Add a file attachment to a JIRA issue.
- add_comment Add a comment to a JIRA issue. Accepts plain text and converts it to the required Atlassian Document Format internally.
Environment variables
JIRA_API_TOKENJIRA_BASE_URL
Links
★ 27 GitHub stars