Need some help, we are trying to do an automation to say if a change ticket is in Status awaiting production deployment and implementation date has past (A certain timeframe) then update then send all people involved a email.
Hi @Danielle David - Here's an option:
Thank you @Mark Segall that has helped a lot.
I am interested in the flag, never used a flag prior. can you advise how i would set that up, as we would only want one email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By "Flag", I mean using an indicator like a label, component, etc. to indicate the issue has been addressed. For example, let's say you apply a label like "notified". You would change your JQL to this:
status = "Awaiting Production Deployment" AND "Implementation Date" <= -5d AND labels NOT IN (notified)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.