jinson-and-johill icon indicating copy to clipboard operation
jinson-and-johill copied to clipboard

Fails when using Atlassian cloud output

Open netik opened this issue 6 years ago • 0 comments

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 <module>
    main(arguments)
  File "./jinson", line 101, in main
    converter.load(tree)
  File "./jinson", line 40, in load
    self.bytype.setdefault(child.tag, []).append(elementdict(child))
AttributeError: 'dict' object has no attribute 'append'

netik avatar Feb 12 '19 18:02 netik