Closed
Bug 1427626
Opened 8 years ago
Closed 2 months ago
jb2bz.py fails to correctly set the title on imported bugs
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: quanah, Assigned: quanah)
Details
Attachments
(1 file)
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:
The title of every bug was set to "Unknown"
Expected results:
The title of the bug should have been correctly set to the subject of the original issue in jitterbugs. This appears to have been broken by the evolution of python's MIME related modules. I'm currently working on a fix.
| Assignee | ||
Comment 1•8 years ago
|
||
Have a fix, looking into some other issues as well.
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•2 months ago
|
||
This was landed in 5.0 on January 4, 2018:
https://github.com/bugzilla/bugzilla/commit/7fd3bfed65b20cb42d48f8ff3decdf6970057c1c
This was prior to forking 5.0.4 or 5.2 so it's also included on both of those branches. It did not land on master or harmony. This will get pulled into harmony later when we sync this up.
Assignee: general → quanah
Status: UNCONFIRMED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 5.0
Comment 4•2 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•