The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

we want get an email in case issue not not been assigned for 6 hours post its creation

shashi budidha
June 16, 2022

we need an automation rule for the below requirement

we want to get an email in case the issue has not been assigned for 6 hours post its creation

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Mark Segall
Community Champion
June 16, 2022

Hi @shashi budidha - Are you on Jira Cloud?  If so, you could do this:

  • TRIGGER: Scheduled Every 15 minutes with the following JQL
    created >= -6h AND assignee IS EMPTY AND (labels NOT IN ("alreadyChecked") OR labels is EMPTY
  • ACTION: Send Email
  • ACTION: Edit Issue - Add label alreadyChecked

Note - I'm assuming you don't want to keep sending email every 15 minutes until assigned. If you are ok with spamming, you could remove the labels clause from the JQL and the edit issue action.

TAGS
AUG Leaders

Atlassian Community Events