williamh / pybugz

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

pybugz doesn't support Package list field #105

Open pacho2 opened 6 years ago

pacho2 commented 6 years ago

I have tried to add it... but for some reason I still get: 'package_list is not a valid parameter for the Bugzilla::Bug::create function.'

Hence, probably I missed something :/ ` --- bugz/cli.py.orig 2018-10-21 11:55:58.890240355 +0200 +++ bugz/cli.py 2018-10-21 11:56:14.675644510 +0200 @@ -190,6 +190,14 @@ else: log_info('Enter alias (optional): %s' % settings.alias)

pacho2 commented 6 years ago

cly.py.txt I attach the diff