copy an issue from one project to another
Hi,
I want to copy an issue from one project to another and keep the old one in the old project.
I am doing command of : clone move to projectA
but the problem is that the issue I did on is now doubled and two of the issues (the original and the cloned one) are moved to ProjectA
offcourse that the question is to do it on a bunch of issues using a command.
How can I do it ?
Please sign in to leave a comment.
Ido, when you apply the command like that, it is as expected that it gets applied to both the original and the clone at the same time.
So I can only suggest you to clone the issue first and then move the clone to another project. Make it with two separate commands.
Let me know if you have any further questions. Thanks!