Hi,
I am trying to create a Jira automation that automatically moves resolved tickets into closed after 10 days (see attached). When I validate the JQL, i can see that its returning the values. However, I get the following error:
"Can't run component as it requires issue(s) in the context. More than likely you have a trigger that doesn't insert issues into the rule chain. e.g. Scheduled rule not running a JQL query. Creating an issue does not put an issue into the context, you have to branch on it to update it."
Hi @Rajan Dangol ,
This particular trigger has an (easily overlooked) component right at the bottom of it.
Instead of adding a condition (issue matches JQL), you need to add the JQL filter directly in the trigger part.
Hope this helps!
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for this. But I'm still having trouble. Validating my JQL query shows 2 issues found. But when I run the rule there's no error anymore but it says no related issues could be found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nikka ,
welcome to the community!
Please add screenshots of your rule so we can help you decipher it :)
Cheers,
Tessa
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.