How to Create an Comment Alert in JIRA Automation Based on Status Summary field Updates?

Jiri Masa
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!
June 27, 2024

Hello everyone,

I need some help with setting up an automation rule in JIRA. Here’s what I’m trying to achieve:

Goal:

  • I want to create an alert by adding a comment to an issue if the "Status Summary" field has not been updated for more than a week.
  • Alternatively, the alert should be triggered if there hasn't been a comment containing the text "status summary" added to the issue in the last week.

Context:

  • Currently, we update the "Status Summary" field by adding a comment starting with "status summary."
  • We need project managers to update this status summary every week, and this automation would greatly help us ensure compliance.

I’m not particular about whether the alert is based on the field not being updated or the comment not being added, as long as the reminder is triggered if either condition is met.

Could anyone guide me on how to set this up in JIRA Automation?

Thank you!

1 answer

0 votes
Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 27, 2024

Hi @Jiri Masa ,

My initial thought is to add a new custom date field 'Status Summary Updated'.

Next create automation to detect when 'Status Summary' changes which sets now() to the 'Status Summary Updated' field.

Rule to add Status SUmmary updated.png

You can also do the same for adding a comment containing 'Status Summary':

Rule triggered on Status Summary comment.png

You can then create a scheduled automation rule that runs once a week and compares 'Status Summary Updated' to 7 days ago which then creates your comment on the issue.

Rule scheduled to add comment.png

Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 27, 2024

Alternatively use Atlas and create a project corresponding to each epic and every Friday the owner of the project will get a reminder to give an update that will be sent round to anyone following the project on a Monday morning.

Jiri Masa
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!
July 1, 2024

Thanks a lot, Stephen!

The problem is, I am not able to create custom field, most likely we will end up with weekly reminders :)

 

Or start updating already existing filed with count of days since last added comment by manager containing "status summary" and once it hits "7" add comment reminder

Like Stephen_Lugton likes this
Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2024

Your idea of using an already existing field would work 

Like Jiri Masa likes this

Suggest an answer

Log in or Sign up to answer