Hi all!
In one of our projects, we need to make a process when a transition is made from the In Progress status to the Pause status; on the transition screen, the date was indicated in the date field. This date indicates that when the day specified in the field arrives, change the task status from Pause to In Progress. I understand that some kind of automation is needed here, but using JQL I cannot reproduce this so that there is a check by date and the status changes in the morning, and if the date has not arrived, then do not execute the rule. Maybe you have some ideas? Thank you!
Hi Viktoryia - Welcome to the Atlassian Community!
You would setup an automation rule based on a Scheduled trigger.
Your JQL would look something like: Project = ABC and "Issue on pause" = startOfDay()
Hello, John!
I think I tried this, but I’ll try again and write to you about the result. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks good. You can test it now by creating a test issue with today's date in that field. Then click the 3 dots menu on the Rule details and choose Run rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.