Jira Integration
Connect to Jira Cloud to manage issues, search with JQL, transition statuses, and add comments.
Configuration
Set JIRA_BASE_URL and JIRA_API_TOKEN in environment or openclaw.json credentials.
Available Actions
- •
jira_search— Run a JQL query and return matching issues. - •
jira_get— Get full details of a specific issue by key (e.g., NWM-247). - •
jira_create— Create a new issue with project, type, summary, and description. - •
jira_transition— Move an issue to a new status. - •
jira_comment— Add a comment to an issue.