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: 

How can I transition issues automatically on a specific date?

f_pocetti
August 21, 2020

I create my issues, but I don't transition them to "Approved" status until certain dates. 

 

Is there a way to set up a "Move to approved date" in order to automatically detect this and transition such issues?

 

It would save up a lot of time and worries!

 

Thanks 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
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 21, 2020

Yes you can look at using Automation for this. The question I have is how is the date defined? Maybe every Monday or maybe 5 days after creation or something else? Regardless, you need to have some rule that defines the timing to leverage in the automation.

f_pocetti
August 21, 2020

Thank you Jack! The date is specific for each issue, there is no rule for that. That's why I need to set this field and automatically approve the issue once that date is reached. 

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 21, 2020

Ok so you have a date field in the issue that can be inspected to see if it is time to approve, correct? If so then using Automation would look like this loosely ...

  1. trigger = scheduled and run it daily
  2. conditions = not yet approved and approval date = today
  3. action = approve
Like f_pocetti likes this
f_pocetti
August 27, 2020

Thank you Jack!! 
I've followed your steps but achieved it with a little twist. I've created a custom field "Date of Approval". With that, I run the automation:

 

1. trigger = scheduled and run it daily

2. conditions = I've decided to run a JQL search instead of setting the parameters. I know it's not the most efficient way, but I couldn't find my new custom field in the comparisons options.

  • JQL SEARCH: status = "To Do" AND "Date of Approval[Date]" >= -1d

3. Action = approve

 

Thank you for your guidance

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events