I have an Automation that will transition a ticket to "Approved" if a comment containing "Approved" is added to the ticket (details below)
When:
Comment Added
IF:
Issue matches: Status = "Waiting on Approval"
Comment contains "Approved"
Then:
Transition issue to Approved
The only people I want to be able to approve are in the Collaborator role. I do not want the Reporter to be able to approve their own ticket. I was thinking I could added the condition "IF User type is Not a Customer" to prevent this, but there is a chance the Collaborator might be CCed as a participant on the ticket.
Question:
Is a ticket participant considered a Customer even if they are in the Collaborator role? If so, what other condition can I add to prevent the reporter from self-approving their own ticket?
Hello Melissa,
Can you please confirm if you are using JIRA Cloud or Server?
Since collaborators can only perform internal comments, you can use the condition comment is internal to ensure the person which is adding the comment is a collaborator:
The condition above is available on Cloud and most of the JIRA Server versions.
Please, let us know if this information helps.
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.