Open
Bug 1427664
Opened 8 years ago
Updated 8 years ago
jb2bz.py fails to import attachments
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: quanah, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171226083017
Steps to reproduce:
Imported from jitterbugs to bugzilla
Actual results:
Attachments were not created when present
Expected results:
Attachments should have been added to the bug.
| Reporter | ||
Comment 1•8 years ago
|
||
There are two problems that I've found:
a) The script was never designed to import attachments from follow ups
b) The script blows up when the initial message has an attachment.
I'm currently working on a fix for both issues.
| Reporter | ||
Comment 2•8 years ago
|
||
Note: For case (a), the attachments could still be derived from the comment entry in bugzilla. But it'd still be nice to properly import them as attachments to the bug itself.
| Reporter | ||
Comment 3•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•