Jira Automation
Description:
How to set up a Jira automation to trigger N8N or a coding agent
Go to Project Settings:
Click into Automation on the left hand menu
Create Rule > From Scratch:
Add a trigger:
For this automation, we want the automation to run when a ticket transitions from “To do” to “In Progress”, and the issue is assigned.
In the search bar, search for “transitioned, and select “Work item transitioned.”
Add a JQL condition that calls the trigger only if the work item is assigned.
Add a Send Web Request action with the URL, HTTP method, and any parameters to be sent:
To test, update the description on a ticket that is in progress. The Jira automation log will show if it successfully triggered or if there were any errors