Hi community - we are migrating a large Redmine (plan.io) site to Jira and using the Redmine importer with Jira Core Version 8.3.5
It worked well but as soon as a ticket has an anonymous user as author then the importer crashes.
Do you have any hints how to fix this ?
Many thanks and best regards
Peter
com.atlassian.jira.plugins.importer.redmine.RedmineRemoteException: at com.atlassian.jira.plugins.importer.redmine.RedmineClient.getUserName(RedmineClient.java:387) ... 45 more
It seems the importer just can't handle that.
com.atlassian.jira.plugins.importer.redmine.RedmineClient.getUserName(RedmineClient.java:387)
If you have access to your Redmine database, I would suggest to update all "user-less" redmine-issues with a dummy user, so that the import works.
Hi Leonard - thanks for your answer.
That's me current plan. But I was wondering if there is another way to fix it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would have to patch your Redmine-Import Module in your Jira System for it to work, so it is very unlikely to be successful with that.
I'm sure Atlassian would appreciate it however, if you'd report the bug in the Redmine Importer
com.atlassian.jira.plugins.importer.redmine.RedmineClient.getUserName
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We could fix the problem by adding a login for anonymous user in Redmine via direct database edit
...
<login>anonymous</login>
<firstname/>
<lastname>Anonymous</lastname>
<name>Anonymous</name>
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.