I am trying to create an automation that creates 7 equals issues every week at 7:30 monday. but keeps giving me this error when i set the schedule:
The rule has been configured with components that require issues to be provided by the trigger. You need to use the option to run JQL to provide issues. The following components require issues: Clone issue
That error is indicating your rule actions are referencing issues and fields, but the trigger did not supply any issues.
The fix depends upon what you want to do:
Which of those matches your case?
Kind regards,
Bill
I want to clone the issue with their data, so i can have 7 issues equals with the same parent link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, and...is there a source issue you want this rule to use (for the cloned data)? That is, where does that "parent link" come from?
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.
What we can see in your rule image is this:
In this case, only the sub-task from step #3 has a parent: the task created in step #2. If you want the others to have the same "parent", they must also be sub-tasks and not tasks.
If I am misunderstanding your need, would you please try explaining further? Thank you!
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.
Thanks for clarifying your scenario. Your rule is missing some branches to make it work, which is what is causing that error.
So the first error you encountered was because the Create Subtask action did not have a parent defined. Using the branches helps the rule know where to add the subtask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does not work, creates the subtask, but when clone issue makes the clone a task and not a subtask
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you please post images of:
Seeing those may provide some context for what is happening. Thanks!
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.
Thanks, that helps explain things!
The Clone Issue action works on whatever the "current" issue is in a rule, and that can change based on rule components, such as where you are in the rule's steps.
When you wanted to create the first subtask you branched to the parent task. Afterwards you can branch to the subtask and then clone...like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Bruna Junckes Sant Anna !
To create automation that creates 7 equals issues every week at 7:30 Monday use Business Process Manager add-on. My team has developed it to automate usual procedures. A flexible scheduler allows to automatically create Jira issues with forms.
This no-code add-on is free for the first 30 days! With full functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karyna Tyrnavska _SaaSJet a please be sure to disclose that you are associated with an app when recommending it in an answer. I do thank you for including your company in your name here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
would it be possible for you to translate that error for me here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rule has been configured with components that require issues to be provided by the trigger. You need to use the option to run JQL to provide issues. The following components require issues: Clone issue
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.