8. Jira Tool

Overview Integrates AEX with Atlassian Jira for issue lifecycle management.

Key capabilities

  • Create, update, and delete Jira issues.
  • Retrieve issue details, status, and changelog.
  • Add comments directly from conversations.

Functions

  • jira_get_issue_details – Retrieve details of a Jira issue, including comments and status.
  • jira_add_comment – Add a comment to a Jira issue.
  • jira_create_issue – Create a new Jira issue.
  • jira_update_issue_status – Update the status of a Jira issue.
  • jira_delete_issue – Delete a Jira issue.
  • jira_get_issue_updates – Retrieve updates (changelog) of a Jira issue.

Configuration

  • Secrets: jira_api_token, jira_user_email
  • Config: jira_base_url

Typical AEX use cases

  • Creating Jira tasks/bugs from ITSM incidents or user chats.
  • DevOps bots that keep Jira status in sync with pipelines.