pybugz icon indicating copy to clipboard operation
pybugz copied to clipboard

Python interface to Bugzilla.

Results 29 pybugz issues
Sort by recently updated
recently updated
newest added

And there's no easy way to open it from bugzilla.

There is a small typo in bugz/log.py. Should read `logging` rather than `loggig`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Red Hat Bugzilla applied policy that anonymous queries can get at most 20 lines in the API output, and authenticated queries up to 1000. So it is probably a good...

http://liquidx.net/pybugz/ redirects to https which returns 404 not found error.

I'll be modifying these files in subsequent commits, so it'll be nice to have a clean slate. ref [PR106](https://github.com/williamh/pybugz/pull/106)

A new bug can now be created using the supplied template file. The template file needs to contain all the required parameters needed by bugzilla. Optional fields can also be...

Setting the columns to "unlimited" can be necessary when piping the output of bugz: ``` pybugz $ ./lbugz search pybugz * Info: Using [Gentoo] (https://bugs.gentoo.org/xmlrpc.cgi) * Info: Searching for bugs...

https://bugs.gentoo.org/704154 for example. The end of bugz output (where a link to a PR should exist): ``` [Comment #7] [email protected] : 20191229T17:25:57 ---------------------------------------------------------------------------------------------------------------------------------------- 0.5.2 is old. The latest release (0.6.1)...

These are quite useful for ad hoc scripting Example: bugz search blah --format '{bug[creator]}' | sort | uniq -c The --json option is particularly useful when combined with record stream.

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 :/ `...