pybugz icon indicating copy to clipboard operation
pybugz copied to clipboard

Make bugz modify --fixed/--invalid configurable

Open jbeich opened this issue 10 years ago • 0 comments

bugz modify --fixed and bugz modify --invalid hardcode STATUS and RESOLUTION. Some instances of Bugzilla may rename them to better match their workflow.

It'd be nice if pybugz.d/*.conf could specify alternative names similar to search_statuses e.g.,

[FreeBSD]
resolved_status = Closed
invalid_status = Rejected

jbeich avatar Aug 01 '15 04:08 jbeich