The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to have automation ignore comments that are internal?

KillyDream
March 31, 2025

I have an automation set up to change a status back to "Waiting for Customer' after the assignee comments. I have noticed this automation is running even if the comment is Internal. So it may be shooting it back to the Reporter before it is ready to be "Waiting for customer'. Is there a way to have it only change the status when a comment is made externally to the Reporter?  "Comment" is not a field so I'm not able to figure out how to add this as an additional layer as a JQL or a field condition. Any thoughts? Example of current automation below. 

Screenshot (1150).png

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Kim Euker
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 31, 2025

The smart value {{comment.internal}} should indicate whether this is an internal or external comment. 

As your first step add a smart value condition

First Value:  {{comment.internal}}

NE

Second Value: false

That will set your automation to be skipped when it is an internal comment.

KillyDream
March 31, 2025

Screenshot (1152).png

Amazing. Assuming NE = not equal - does this update look correct?

0 votes
Answer accepted
Kai Krause
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 31, 2025

Hi, you can use use smart values Automation smart values - issues | Cloud automation Cloud | Atlassian Support under comment . 

BR
Kai