I have an old project where we were handling multiple tools with help of labels. Now we want to create separate projects for each tool. Is it possible to export the issues from parent project to new child projects for each tool? How can we do that?
Hi,
Yes you can! Just make a JQL where you select all issues of one tool e.g.:
labels in ("my-tool-1")
And do a bulk action to move the issues to the new project. Repeat this for all tools.
Note: You need the global permission 'Bulk action' and you need to have the move permission in the old project and create issue permissions in the new projects.
Rudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.