Hi all,
I work for a company that recently acquired another company. We merged in a few of their old Jira Projects into our instance. We tried to do our due diligence, but we have ended up with some duplicate user accounts.
Basically, is there a way (probably with Scritprunner) to iterate through each issue and so something like
if assignee == somePerson@oldDompany.com then assignee = somePerson@currentCompany.com
And perform a similar action for Reporter and Comments?
Hi @Taylor Huston , it is doable for assignee and reporter, but it will be difficult for comments (if you want to change mentions).
I do not have prepared script, but you need to
Try to put these snippets together and come back here if you need more help. We can debug your groovy code virtually :)
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.