I am looking to send an email on an issue type change and a priority change but also getting email on the issue create.
The scenario is I run JSD and a separate project for the developers to address tickets requiring their expertise. On occasion, the issue type or priority will be changed by the product owners in the separate project board so sending an email to the JSD agent to make the updates and correspond with customers as needed.
I have automations to send the email on field change (one for issue type and one for priority) which is working fine. I am also getting the email when an issue is created which is not desired.
The trigger is a field value change in either field.
I have a condition which attempts to identify non-new issues so the action can be to send the email.
The condition is: If Created < now()
Any assistance would be appreciated.