williamh / pybugz

Python interface to Bugzilla.
http://www.liquidx.net/pybugz/
GNU General Public License v2.0
80 stars 60 forks source link

Support for posting a bug via a config file like mechanism #102

Open sridhar opened 8 years ago

sridhar commented 8 years ago

Bugzilla supports custom fields. It is not expected that the cli will support all the options, however, it would be great if a file template can be used to just create a bug.

E.g. of a file would be:

Product     : Platform
Component   : SuperCool
Title       : FeartureX crashes on enabling Y
Version     : unspecified

Operating System: Linux
Priority    : Normal
Severity    : normal
Assigned to : example@example.com
CC          : ['example@example.com']

Defect found in: unit-testing