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: 

Send Reminder (Escalation Services) for issues with same value in a Field.

Guillem Pascual Suasi
September 10, 2020

Hello everyone,

I need to set a reminder to be sent for new issues created with the same value in a concrete field as the others.

For example, we have an issue with a certain Serial Number and we need to send reminders if other issues with the same serial number have been created.

Is there any way to set that up as a JQL for the Escalation Services?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
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.
September 10, 2020

You would need some form of addon , e.g. automation for Jira, Scriptrunner, etc. the solution would be to trigger on the create and a condition using a JQL to search for existence of another ticket with the same SN.

Haddon Fisher
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.
September 11, 2020

Automation for JIRA is probably the easiest way to tackle this.