https://bugzilla.wikimedia.org/show_bug.cgi?id=55673
--- Comment #24 from Merlijn van Deen <[email protected]> --- The code used for the conversion is available at https://github.com/wikimedia/pywikibot-sf-export/blob/master/jira.py At line 207, the existing converted bug is found. bug.addcomment(....) could be added at line 210 to add a comment to the existing bugs, which could contain any information in issue['fields'] (see e.g. https://jira.toolserver.org/rest/api/2/issue/DRTRIGON-120 ) It also seems attachments were not uploaded -- apparently they don't always show up in the JSON response (see, again, https://jira.toolserver.org/rest/api/2/issue/DRTRIGON-120 vs https://jira.toolserver.org/browse/DRTRIGON-120 ) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
