Connect your ElevenLabs AI agents with Jira Cloud to manage issues, track projects, and automate support workflows. This integration enables your agents to create and update issues, transition issues through workflows, link related tickets for escalation, and search across projects.
This integration uses a Jira API token with Basic authentication. You need your Atlassian account email, an API token, and your Jira Cloud subdomain.
Go to Atlassian API token management and click Create API token. Copy the token - you won’t be able to see it again.
API tokens expire after one year by default. If your agent stops being able to access Jira, generate a new token and update the connection.
The jira_search_issues tool requires a labels parameter to scope searches to a specific user’s tickets. This assumes your Jira workflow applies a label to each issue that identifies the caller — for example, converting an email like jane.smith@example.com into a label like jane-smith-at-example-com.
To automate this, configure the labels field as a dynamic variable that receives the caller’s identifier from your application. This way the agent does not need to ask the caller for their email on every call.
Jira labels cannot contain spaces. A common convention is to replace @ with -at- and . with
- (e.g., jane-smith-at-example-com). The jira_search_issues tool matches the label exactly,
so the value provided must match the label on the issue.
The agent identifies the caller by email address or another identifier configured in the labels field.
The agent collects information about the issue from the caller - what happened, severity, and any relevant context.
Issue descriptions and comments are plain text only. The integration converts them into Jira’s Atlassian Document Format (ADF) automatically. Markdown and HTML are not supported.