I need to pull a report to see, who were the users for every ticket, who moved a ticket from one JIRA project to another? Is there a way to do this?
You can try to find out the info you need with the Issue History app. This plugin displays the history of all the changes that have been made in selected issues. Here is how the report looks:
This app is developed by my team, so feel free to write in case you've got any questions.
Kind regards
The issue history for each moved issue contains a record that names who moved it, but there's no direct reporting in Jira for this. You'll probably want to grab a list of moved issues over REST and extract the user's names from it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Nic. Is there a doc link you can point me to?
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.