Hey all,
Below is some Q&A and follow up on a live session I did on August 21st on Jira Automations. This is one of the several courses we offer over on the Public Classes in atlassian learning (check them out - most are free!).
Question 1 - Is it possible to set up notifications to notify the assignee of a ticket that has been "in progress" for over a week?
Answer - Yes. Using a JQL condition similar to the following will pull up all the tickets that haven't changed status.
statusChangedTo("In Progress") <= -7d (or status = "In Progress" AND
statusCategoryChangedDate <= -7d)
then adding an action to send a notification or comment.
Here's a Rovo prompt I used to help make that : "create an automation that will comment on any ticket that has been in the “in progress” status for a week or longer".
Question 2 - Can Rovo help us fix any existing automation rule if it fails?
Answer - Kind of? Rovo can't edit or fix an automation from the Space... it can however copy the error message or audit log details from the failed automation rule and paste it into Rovo. Rovo will analyze the error log, explain what the error means, and provide specific recommendations on how to troubleshoot and resolve the rule logic or field configuration.
Rob Hean
0 comments