Forums

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

Automating "in progress" notifications and Rovo for troubleshooting

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".

  • One thing to consider here is if it's a bad thing for a ticket to be "in progress" for a week. e.g. are there legitimate reasons for it to be in that status vs. another one? Or, are there other conditions that would indicate it's OK for it to be in that status?

 

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.

  • Keep an eye on this one... Rovo is being updated all the time, so I wouldn't be surprised if this changes in the near future.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events