[python-bugzilla] Examples of setting release notes

Cole Robinson crobinso at redhat.com
Thu Jun 19 20:18:50 UTC 2014


On 06/19/2014 03:31 PM, Bryan Kearney wrote:
> Does anyone have examples of using python-bugzilla to set release notes?
> 

Haven't confirmed, but it's probably just:

  bz.update([list, of, ids], {"cf_release_notes": "my release notes"})

If you're ever wondering what the bugzilla field name is, you can do

  bugzilla query --bug_id $bugnum --raw

And check the attribute names

- Cole


More information about the python-bugzilla mailing list