Skip to main content
This page covers the Rootly workflow actions for writing to Jira — creating issues, updating them, and creating subtasks. For the reverse direction (Jira events updating Rootly), see Jira → Rootly Sync.

Workflow Actions

Creates a new ticket in a Jira project. You must select the Project Key and Issue Type for the ticket to be created correctly.This action can be used for both incidents and action items. For action items, using Create Jira Subtask is recommended if your team uses subtasks — but if not, this action works as well.
Create Jira Issue action
Project Key
select
The Jira project where the issue will be created.
Issue Type
select
The type of Jira issue to create. Options are pulled from the selected project.
Summary / Title
string
The title of the Jira issue. Supports Liquid syntax (e.g., {{ incident.title }}).
Description
string
The description of the Jira issue. Supports Liquid syntax (e.g., {{ incident.summary }}).
Assignee (email address)
string
Assign the Jira issue to a user by email. Supports Liquid syntax.
Updates an existing ticket in Jira. You must reference the issue in the Jira Issue to Update field using {{ incident.jira_issue_id }}.
Update Jira Issue action
This action only works if a Jira issue has already been created and linked to the incident.
Jira Issue to Update
string
Reference to the existing Jira issue. Use {{ incident.jira_issue_id }} to dynamically target the issue linked to the current incident.
Summary / Title
string
Updated title of the Jira issue. Supports Liquid syntax.
Description
string
Updated description. Supports Liquid syntax.
Status
select
Transition the issue to a new status. Options are pulled from the selected project and issue type.
Assignee (email address)
string
Reassign the Jira issue to a different user. Supports Liquid syntax.
Creates a subtask under an existing Jira issue. Intended for action items or sub-incidents. The Project Key must match the one used when creating the parent issue.
Create Jira Subtask action
Parent Jira Issue
string
Reference to the parent Jira issue. Use {{ incident.jira_issue_id }} to link the subtask to the current incident’s issue.
Project Key
select
Must match the project used to create the parent issue.
Summary / Title
string
Title of the subtask. Supports Liquid syntax.
Description
string
Description of the subtask. Supports Liquid syntax.
Assignee (email address)
string
Assign the subtask to a user by email. Supports Liquid syntax.

Jira Native Field Mapping

Some Jira fields behave differently than standard custom fields.
These mappings go in the Custom Fields Mapping section of the Jira action, not the API Payload section.
Jira’s native Labels field uses a different syntax than custom label-type fields.
Labels native field mapping
Jira’s native Team field is stored as a custom field and only allows a single team selection.

Custom Fields Mapping

The Custom Fields Mapping section lets you map Rootly incident data to Jira custom fields dynamically. To access it, open the Advanced tab in any Jira workflow action.
Advanced tab for custom field mapping
To use custom field mapping, you’ll need to know:
  • The custom field ID in Jira (e.g., customfield_12345)
  • The field type in Jira
  • The incident property in Rootly to map from
Find Jira custom field IDs with this Atlassian article. Browse Rootly’s available Liquid variables in the Liquid Variable Explorer.
Note the { "value": ... } wrapper required by Jira:
Simple approach (Rootly custom multi-select):
Manual array building (Rootly native fields):
For Jira custom fields of type “Labels” (different from the native Labels field):
Must use ISO 8601 format:
Single user:
Multiple users:

API Payload

The API Payload section provides direct access to Jira’s REST API for advanced field updates not available through Custom Fields Mapping.
Add a comment to an existing Jira issue. Only works with the Update Jira Issue action.
Maps Rootly services to Jira Components. Service names in Rootly must match component names in Jira exactly.
If a component name doesn’t exist in Jira, the update will fail.

Debugging

To view error details, locate the workflow in Rootly, then select … → View Runs → View.