~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/bugzilla.py

[r=gmb][bug=793748] A mapping of "NOR" => BugTaskStatus.MEDIUM has
        been added for Bugzilla ExternalBugTrackers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
        'major': BugTaskImportance.HIGH,
252
252
        'high': BugTaskImportance.HIGH,
253
253
        'p4': BugTaskImportance.HIGH,
 
254
        'nor': BugTaskImportance.MEDIUM,
254
255
        'normal': BugTaskImportance.MEDIUM,
255
256
        'medium': BugTaskImportance.MEDIUM,
256
257
        'p3': BugTaskImportance.MEDIUM,