jinson-and-johill
jinson-and-johill copied to clipboard
Jinson and Johill - JIRA to Phabricator migration helpers
I'm guessing the current cloud export from jira isn't compatible with jinson anymore. ``` ./jinson ../entities.xml Traceback (most recent call last): File "./jinson", line 107, in main(arguments) File "./jinson", line...
When trying to use these scripts I got error: `env: python3: No such file or directory` This is because I didn't have `python3` installed. On macOS, I fixed by using...
* Allow some issue fields to be missing (assignee, reporter) * Warn only if there are collision of ID for some elements. It happens only for cloud-specific (and useless) elements...
Data where tasks are not assigned are now accepted. The data I was working on was very dirty. Fixed it with exception blocks. I hope this is acceptable.