I've tried multiple ways but for some reason i just can't get this to work and it is always showing conflicts. Could someone provide some feedback please?
If an issue is sitting in the TO-DO and the target start date is approaching (within 14 days), then this is to be transitioned into ALLOCATED and automatically assigned to someone.
Hi @Rafael Miranda -- Welcome to the Atlassian Community!
Although that error message is not super clear, it does indicate the problem: the rule has no work items to process.
The Scheduled Trigger can process with or without work items. When you want the rule to process specific ones, please add a JQL statement to the trigger.
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Scheduled
I recommend pausing to create the JQL outside of the rule and testing it. That will likely allow you to write the rule without any conditions as the JQL will find them all. To learn more about writing JQL, please see this documentation:
https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
Kind regards,
Bill
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill, the JQL statement worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rafael Miranda I haven't tested this, but I believe you're just missing a "For Each" Branch in your rule as noted in the error message. I would suggest something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think the branch is necessary if the scheduled trigger includes a JQL expression as mentioned by Bill.
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.