Jira Automation Rules
Last updated
Last updated
ReleaseOwl supports the automatic synchronization of user story changes made in Jira through automation rules. These rules must be configured in Jira to update changes made to issues and sprints in ReleaseOwl.
This guide outlines how to create an automation rule in Jira that triggers specific actions based on predefined conditions. The ReleaseOwl API should be invoked in the "Send Web Request" action to synchronize issue or sprint changes from Jira to ReleaseOwl.
Navigate to Project Settings.
Click on Automation.
Click the "Create Rule" button to begin configuring a new automation rule.
A trigger determines when the rule should execute. To add multiple triggers, select Multiple Issue Events in the "Add a Trigger" section and choose one or more relevant triggers.
Issue Created – Triggers when a new issue is created.
Issue Assigned – Triggers when an issue is assigned to a user.
Issue Transitioned – Triggers when an issue moves from one status to another.
Issue Updated – Triggers when an issue is updated.
Conditions refine rule execution by restricting it to specific scenarios. These conditions must align with the criteria defined in the ALM Integration in ReleaseOwl; otherwise, unwanted user stories from Jira may appear in ReleaseOwl.
Click "+ Add Component" and select "IF: Add a Condition."
Issue Fields Condition – Evaluates a specific field (e.g., status, priority) against predefined criteria.
JQL Condition – Uses Jira Query Language (JQL) for advanced issue filtering.
Once a condition is met, configure an action. The ReleaseOwl API should be invoked in the action ("Send Web Request") for synchronizing issue or sprint changes from Jira to ReleaseOwl.
Click "+ Add Component" and select "THEN: Add an Action."
In the "Add an Action" search bar, select "Send Web Request."
Web Request URL – Copy the Web Request URL generated in the Web Request URL for Automation Rule.
HTTP Method – Set this to POST.
Web Request Body – Select Custom Data.
For Issue Sync:
For Sprint Sync:
Click the "Turn on Rule" button.
Enter details such as Rule Name and who can edit the rule.
Click "Turn on Rule" to perform tests and validate the rule execution.
For more information, refer to