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: 

Change automation help

Danielle David
Contributor
November 2, 2022

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.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Mark Segall
Community Champion
November 2, 2022

Hi @Danielle David - Here's an option:

  • TRIGGER: Scheduled (Daily)
    For this example, I'm using 5 days
    • status = "Awaiting Production Deployment" AND "Implementation Date" <= -5d
  • ACTION: Whatever you're trying to "Update" (Add comment, Edit Issue, etc.)
  • ACTION: Edit Issue
    Recommend some kind of flag to indicate this has already gone through the process. Unless you want email to go out every day until the Implementation date is updated.
  • ACTION: Send Email
Danielle David
Contributor
November 2, 2022

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. 

Like Mark Segall likes this
Mark Segall
Community Champion
November 3, 2022

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)
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events