We are running JIRA Enterprise Edition 3.13 (330) but will be upgrading to JIRA 5 soon. To plan for the upgrade, I would like to get a list of all of the users in the system showing the Groups and Project Roles they are assigned to so that after the upgrade I can verify they are all correct and easily trouble shoot any problems. Is there a report or plug-in or export feature or some other easy way for me to do this?
How about using Jira CLI and keep a dump of the data using mainly these commands?
getProjectList
getProjectRoleActorList
getProjectRoleList
https://studio.plugins.atlassian.com/wiki/display/JCLI/JIRA+Command+Line+Interface
https://studio.plugins.atlassian.com/wiki/display/JCLI/Documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.