Is there a way to move an existing project to a component of another project?

Gene Price January 23, 2018

I had created a project and added many issues to it and tied them into git with issue tags.  Now I am being asked to roll this project up into a component as project on a higher level project.  Is this possible or do I have to reenter all the issues on the new component?

2 answers

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2018

You could do it the following way

1. Create a number custom field. Let s say Attr1.

2. Filter all issues in the project which you need to move (project = yourProject).

3. Use bulk edit to set Attr1 to 1.

4. Move all issues from the required project using Bulk Edit (move operation).

5. Filter all issues with Attr1 = 1.

6. Use bulk edit to set components field of the selected issues to the required component.

7. Delete Attr1 custom field.

Gene Price January 24, 2018

That worked.  Thank you!

0 votes
Derek Adkins March 8, 2023

I did a similar thing, but just used a label to find my tickets again in the target project.  No need to create a whole new custom field.

Suggest an answer

Log in or Sign up to answer