diff options
-rwxr-xr-x | bzxmltophill | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bzxmltophill b/bzxmltophill index c38d108..64fddda 100755 --- a/bzxmltophill +++ b/bzxmltophill @@ -145,6 +145,7 @@ class Converter: "minor": 25, "trivial": 25, "enhancement": 0, + "---": 0, } return m[status] @@ -169,6 +170,13 @@ class Converter: "OBSOLETE": "spite", "DUPLICATE": "duplicate", "UNCONFIRMED": "open", + "WORKSFORME": "open", + "WAITING_FOR_UPSTREAM": "spite", + "CONFIRMED": "open", + "CLOSED": "resolved", + "IN_PROGRESS": "open", + "FIX_PROPOSED": "spite", + "FIX_SUBMITTED": "spite", } return m[status] |