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: 

Automation for JIRA

Mateus Freitas Martins
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!
August 18, 2021

I want that JIRA send a email everytime that I have a pending item for five days or more.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 18, 2021

I might take a different approach. Consider setting up a filter and a subscription on that filter. Something like this…

assignee = currentuser() and statuscategory != done and createddate <= -5d

You could have that filter run daily and set up a subscription to email you. Now this will continually show you all issues that are still open for more than five days. This might not be exactly what you’re looking for. If not please provide a bit more details on your desired results.

Boris Berenberg - Atlas Authority
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 18, 2021

I agree with Jack that this is likely the best approach if you need it only for yourself.

If you need more control over who gets notified, or what is included in notifications, consider using Notification Assistant for Jira. We support attachments, custom templates, and more.

Mateus Freitas Martins
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!
August 23, 2021

I have a kanban board with the operation, I want that JIRA send a email everytime that any card is pending for five days or more. Exemple: I've created a card today, this card is selected like a pending item, if this card to continue selected like a pending item for five days or more, the JIRA send a email.