For AI agents: the complete documentation index is available at https://docs.flezise.com/llms.txt, the full documentation bundle is available at https://docs.flezise.com/llms-full.txt, and this page is available as Markdown at https://docs.flezise.com/integrations/jira.md.

Jira integration

The Jira integration connects your Atlassian site to Flezise so that assigning a Jira issue to the platform agent or @mentioning it in a comment creates a work item and posts an acknowledgement back to the ticket.

The Jira integration detail page showing Connected status, the Inbound events card with Allow work-item triggers toggle, and the Write-back toggles

Connect

Open Project SettingsIntegrationsJira. Click Connect to authorize via OAuth, or Connect with token to enter API credentials directly.

OAuth requests these scopes: read:jira-work, write:jira-work, read:jira-user, read:me, and offline_access. The read:me scope captures the authorizing account identity so that Flezise can recognize when issues are assigned to that account. offline_access enables token refresh.

After OAuth, Flezise prompts you to Choose your Atlassian site if the authorizing account has access to more than one site. Select the site that holds the projects you want to connect.

Token connect accepts three credential fields:

FieldWhat to enter
HostYour Atlassian domain, for example your-domain.atlassian.net
EmailThe email address of the Atlassian account
API TokenAn API token from id.atlassian.comManage profileSecurityAPI tokens

Once connected, copy the Webhook URL from the connection panel. Register it in Jira under SettingsSystemWebHooks and subscribe to the issue and comment events listed below.

Warning

The Jira webhook URL contains the connection ID and acts as the authentication credential. Do not share it. To rotate it, delete the connection and reconnect.

Capabilities

CapabilityWhat it means
WebhooksReceives inbound events from Jira
ReplyPosts an acknowledgement comment back to the source Jira issue

Jira webhooks are not signed by Atlassian's 3LO OAuth apps. Flezise authenticates deliveries by resolving the per-connection ID embedded in the webhook URL. The URL itself is the credential.

Configuration

Jira has no additional config fields. After connecting, enable Inbound events on the detail page and optionally enable the Auto-respond to tickets write-back toggle so the platform agent posts an acknowledgement comment when it picks up a ticket.

Events

Jira sends four event types. Flezise classifies them as follows:

EventWhat triggers itAction
jira:issue_updated (assignee changed)The issue is assigned to the platform agent's accountStart work on the ticket (work_ticket)
comment_createdA comment mentions the platform agent and asks it to handle workStart work on the ticket (work_ticket)
comment_createdA comment mentions the platform agent with a questionAnswer the question (answer_question)
comment_updatedA comment edit mentions the platform agentSame classification as comment_created

The classifier detects an assignment event by checking whether the assignee fields in the changelog match the account identity captured at OAuth or token connect time. Comments are checked for an @mention of the agent and for language that signals a work request.

Flezise deduplicates deliveries using the x-atlassian-webhook-identifier header.

Note

The project automation policy controls whether matched events create work items automatically. Check Project SettingsIntegrationsAutomation policy if assignments arrive but no work items appear.

FAQ

Assignments arrive but Flezise does not create a work item.

The classifier checks whether the assignee matches the account identity captured at connect time. If you connected with a token, the classifier has no account identity to compare and cannot confirm the assignment targets the platform agent. Use OAuth to capture the identity, or check that the Allow work-item triggers toggle is on and the automation policy permits the Jira provider.

I do not see a Signing Secret for Jira.

Jira does not sign webhook deliveries. The per-connection URL contains a 122-bit identifier that authenticates the delivery. Flezise does not display a signing secret for Jira connections.

Next steps