Jira
Search, create, update issues, and add comments in Jira using the Jira REST API v3.Quick Start
Config
Jira instance base URL (e.g.
"https://yourcompany.atlassian.net").Atlassian account email. Falls back to
JIRA_EMAIL env var.Jira API token. Falls back to
JIRA_API_TOKEN env var.Tools
| Tool | Description |
|---|---|
jira_search_issues | Search issues using JQL (Jira Query Language). |
jira_get_issue | Get full details of an issue by key (e.g. PROJ-123). |
jira_create_issue | Create a new issue with project, summary, type, and priority. |
jira_update_issue | Update fields or transition status on an existing issue. |
jira_add_comment | Add a comment to an issue. |