Hello, we are intenstly monitoring our S1, S2 tickets. I have written automation to provide a slack notification when a ticket gets a S1, S2 status either on create or update.
What I would like help solving is: send a message to slack when a ticket has been downgraded from a S1, S2 to a S3, S4, S5, but do not send notification for every S3, S4, S5 ticket.
The reason is that we want to avoid the noise of S3, S4, and S5s, and only be notified when a S1, S2 is opened, solved or has been downgraded.
I have written the below automation but I get notices whenever a ticket gets assigned a S3, S4, S5. Instead I want it to notify when:
Thank you for your help!
Hello @Joshua Kramer
When using the Field Value Changed trigger you have access to a special smart value called {{fieldChange}}.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--
You will need to add a condition to check what the value of the field was before it was changed to see if it was S1 or S2.
Using the document link I provided you can find instructions on how to access the original value of the changed field, through the {{fieldChange}} smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.