I wonder how should I go about using method recordMovedIssueKey from this:
Basically, I want to programmaticaly move the issue in groovy from one project to another. I have implemented copying all the info that I want from the original issue to the new one, the only thing left is redirecting the url address with the old issue key to the url address with the new key. I have the old issue key and new issue id, but have no idea how to go about it. Thanks for help.
I managed to do it with this code:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.