Hello everyone,
I need some help with setting up an automation rule in JIRA. Here’s what I’m trying to achieve:
Goal:
Context:
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!
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.
You can also do the same for adding a comment containing 'Status Summary':
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your idea of using an already existing field would work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.