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

2 votes
Answer accepted
Kim Euker
Community Champion
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 Leaders.
March 31, 2025

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

BR
Kai

Suggest an answer

Log in or Sign up to answer