Hi,
I am trying to create a automation that runs every Monday morning, from backlog to Weekly based on the due date field.
I am getting a error message:
Them I also tried the following with no success:
That error message is telling you the rule uses actions / conditions to access issues, but none are available.
This is a common error message when using the Scheduled Trigger without any JQL to feed it issues. Do you have defined criteria (e.g., a JQL statement) to find the issues you want to process each week?
Next, your rule has as branch to All Created Issues. That branch type only processes issues which were created during the execution of the rule, but there are none.
My recommendations are:
Your final rule may look like this:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.