You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have used 2 slightly different ways to schedule an automation. There is a "Move back to Backlog Date" I have created. For issues that are in Pending requirements and that "Move back to Backlog Date" is before tomorrow (or equal to today). the issue must be moved back log. I do not know why I am getting an error. Both ways get same error.
Hello @Mona Aghamirsalim
After the trigger you have a step that is trying to check if issues match a condition. But at that point in the rule execution you have not specified the issues to operate against.
The "If: all match" is not selecting the issues to operate against. It is determining if the issues previously selected match the conditions you specified.
You need to use the JQL option in the Schedule trigger to select the issues against which you want to operate. Then you don't need the "If: all match" step at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
If your problem has been solved please consider marking the Answer as Accepted to help other users find posts with validated solutions.
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.