Forums

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

Comment Sequencing

jsteyn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 30, 2021

I want to create an automation that when a ticket is transitioned into a specific status it first checks if a specific comment was made on that ticket. If it has then do something with it (or leave a different message). Here is an example. It doesn't seem like issue.comments.body works. Any suggestions?

 

Screenshot 2021-03-30 at 12.08.35.png

1 answer

1 accepted

0 votes
Answer accepted
Callum Carlile _Automation Consultants_
Community Champion
March 30, 2021

Hi @jsteyn If you just try this with {{issue.comments}} it should work fine. This smart value checks for all comments to see if any of them contain your string.

Alternatively you could use one of the following smart values to search for specific comments/aspects of comments, such as visibility type - the list in the screenshot is from this doc.

comments.png

Suggest an answer

Log in or Sign up to answer