I would like to get an export of which issues have been moved from one Project to another.
We have a cloud environment.
I can't seem to find the answer.
Is there a possibility to find these issues in our cloud environment, for example with scriptrunner or do I need to find them one at a time.. ?
Hi Tanya,
I can confirm that ScriptRunner for Jira Cloud does not provide any built in Reports or JQL Functions to search for issues where the project key has changed.
However, I can confirm that Atlassian do provide an Get change logs API and we have an example of how to use this API located here.
Using this API you could write a script to loop over issues inside a project and to check if the change history shows if the project key has changed on an issue.
I hope this information helps,
Regards,
Kristian
Hi Kirstian,
Thank you for your fast response.
I'm afraid it would take me as much time to write that script as to search the issues seperatly, but thanks anyway!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.