I have created 40 tasks and then I have same set of subtasks for that 40 tasks. Is there any way using JQL I can create sub tasks (like some command which can create subtask if we provide the main task ID inside the JQL) ?
JQL is for finding issues, it doesn't do anything with them.
You need to find/write something that will create subtasks on an issue (have a look in the marketplace) when you do something with the issue - a common one is to create subtasks on a transition (if you do that with your workflow, then you can use JQL to find many issues to do it to, and use bulk-edit to push them through the transtion that creates the subtasks)
Hi,
JQL is only used for searching and filtering, not actually creating issues. For that you can modify the workflow to create a subtask in a transition (for instance to the same status) and then you can bulk transition all those tasks.
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.