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.
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.