Hi there! I currently have a script that sends when an issue gets updated to a P1. The issue is, however, that it also sends when someone adds a comment to the issue... Is there a way to make this so it ONLY sends when the issue is updated to a P1?
This is what I currently have:
Events: Issue Updated
Condition and Config:
issue.priority?.name == 'P1' && changeItems.any {
it.get('field')=='priority'
} &&
issue.issueType?.name == 'Software'
Hello @Cassandra Anton ,
Are you sure this is not a mail sent by Jira via the "Issue Commented" in the notification scheme ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.