Display imported Bugzilla Severity field (instead of Unknown)
Bug #176906 reported by
Graham Binns
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Bryce Harrington |
Bug Description
Launchpad should be able to import remote importances from Bugzilla bug trackers and convert them to Launchpad importances.
Examples showing this issue:
bug #246910 - is: Confirmed / Unknown. s/b: New / Low
bug #163966 - is: Confirmed / Unknown. s/b: New / Wishlist
bug #615690 - is: Confirmed / Unknown (Wine). s/b: New / High
bug #615690 - is: Unknown / Unknown (Redhat). s/b: New / Low
bug #615690 - is: Fix Released / Unknown (Novell). s/b: Invalid / Low
bug #418464 - is: Invalid / Unknown. s/b: Invalid / Medium
bug #362582 - is: Unknown / Unknown. s/b: Confirmed / Wishlist
Related branches
lp://qastaging/~bryce/launchpad/lp-176906-importance
- Abel Deuring (community): Approve (code)
-
Diff: 1083 lines (+333/-112)15 files modifieddatabase/sampledata/current-dev.sql (+4/-4)
database/sampledata/current.sql (+4/-4)
database/sampledata/malone.sql (+2/-1)
lib/lp/bugs/doc/externalbugtracker-bugzilla-api.txt (+10/-1)
lib/lp/bugs/doc/externalbugtracker-bugzilla-oddities.txt (+26/-20)
lib/lp/bugs/doc/externalbugtracker-bugzilla.txt (+140/-24)
lib/lp/bugs/externalbugtracker/base.py (+9/-5)
lib/lp/bugs/externalbugtracker/bugzilla.py (+93/-17)
lib/lp/bugs/stories/webservice/xx-bug.txt (+1/-1)
lib/lp/bugs/tests/externalbugtracker.py (+35/-26)
lib/lp/bugs/tests/testfiles/broken_bug_li_item.xml (+2/-2)
lib/lp/bugs/tests/testfiles/gnome_bug_li_item.xml (+2/-2)
lib/lp/bugs/tests/testfiles/issuezilla_item.xml (+1/-1)
lib/lp/bugs/tests/testfiles/weird_non_ascii_bug_li_item.xml (+2/-2)
lib/lp/bugs/tests/testfiles/ximian_bug_item.xml (+2/-2)
description: | updated |
Changed in malone: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-failed removed: qa-needstesting |
tags: |
added: qa-bad removed: qa-failed |
tags: |
added: qa-untestable removed: qa-bad |
Changed in malone: | |
status: | Fix Committed → Fix Released |
description: | updated |
description: | updated |
To post a comment you must log in.
Just went to report a dup of this; but I'll just leave a confirmation comment instead!