Jira Actions

Configure Jira actions to create issues, add comments, and manage Jira workflows from your workflows.

Overview

Jira actions enable your workflows to interact with Jira projects. You can create issues, add comments, change statuses, and retrieve issue details. All Jira actions require an Atlassian connector configured in AI Team > Connectors.

Configuration

To add a Jira action to your workflow:

  1. Click Add Node and select Action
Action node configuration panel Action node configuration panel
  1. In the action configuration panel, select Jira
  2. Select the Integration (your Atlassian connector name)
  3. Select the Action type

Once you select an integration and action, the action-specific options appear.

Screenshot Screenshot

Available actions

Create Jira Issue

Creates a new issue in a Jira project.

Screenshot Screenshot
OptionDescription
ProjectThe target Jira project
Issue TypeThe type of issue (Bug, Task, Story, etc.)
ReporterThe user to set as reporter
AssigneeThe user to assign the issue to
SummaryThe issue title (supports variables - type {{ for suggestions)
DescriptionThe issue description (supports variables)
PriorityThe issue priority level

Advanced fields:

OptionDescription
Result FieldThe field where the result of this action is stored
Retry Interval (ms)Time between retry attempts
Maximum Retry CountMaximum number of retry attempts

Add Jira Comment

Adds a comment to an existing Jira issue.

Screenshot Screenshot
OptionDescription
Issue KeyThe issue key (e.g., PROJ-123)
CommentThe comment text (supports variables)

Advanced fields:

OptionDescription
Retry Interval (ms)Time between retry attempts
Maximum Retry CountMaximum number of retry attempts

Change Jira Status

Transitions a Jira issue to a different status.

Screenshot Screenshot
OptionDescription
ProjectThe Jira project
Issue KeyThe issue key (e.g., PROJ-123)
Target StatusThe status to transition the issue to

Advanced fields:

OptionDescription
Retry Interval (ms)Time between retry attempts
Maximum Retry CountMaximum number of retry attempts

Get Jira Issue

Retrieves details about a specific Jira issue.

Screenshot Screenshot
OptionDescription
Issue KeyThe issue key (e.g., PROJ-123)

Advanced fields:

OptionDescription
Result FieldThe field where the result of this action is stored
Retry Interval (ms)Time between retry attempts
Maximum Retry CountMaximum number of retry attempts

Using variables

For fields that support variables (Summary, Description, Comment), you can insert dynamic content from previous workflow nodes:

  1. Type {{ in the text field to see variable suggestions
  2. Select from the available variables in the dropdown

Note: You must run the workflow at least once or connect nodes with outputs to see available variables.

Chaining actions

Jira actions can be chained together to build complex workflows. For example:

  1. Get Jira Issue - Retrieve issue details and store them in a result field
  2. Add Jira Comment - Use the retrieved details to add a contextual comment
  3. Change Jira Status - Transition the issue based on workflow logic

The Result Field option stores action outputs that downstream nodes can reference as variables.

Example use cases

Common patterns for Jira actions:

  • Automated issue creation: Create Jira issues when monitors fire critical alerts
  • Status synchronization: Update issue status when incidents are resolved
  • Comment automation: Add diagnostic information to issues as workflows progress
  • Issue enrichment: Fetch issue details to inform downstream workflow decisions