[python-bugzilla] how to get all bug informations with all comments from other users

thomas heidkamp thomas.heidkamp at outlook.de
Mon Jan 6 14:27:52 UTC 2014


perhaps this is a stupid questionI am connnection to our bugzilla box with following code.
---import bugzilla as bugtickit_user = "xx at test.de"pw = "test"ticketNR=438557b3 = bug.Bugzilla3(url="https://tick.XXXXXXXX.com/xmlrpc.cgi")b3.login(user=tickit_user,password=pw)tick = b3.getbug(ticketNR)prio = tick.priorityreporterid = tick.reporter_idresolution = tick.resolutionstatus = tick.statussummary = tick.summaryversion = tick.versionseverity = tick.severityteam = tick.cf_team_raisedresolveremail = tick.cf_resolveruseragent = tick.bugzilla.user_agentcomponent_id= tick.component_idreporter_id= tick.reporter_id    print prioprint reporteridprint resolutionprint statusprint summaryprint versionprint teamprint resolveremailprint useragent
---
But how to get all the other comments etc from the bug ? There are many more .
when I execute the 
https://tick.XXXXXXXX.com/show_bug.cgi?id=438557 in browser
I see a lot of more infos about all comments / bugs / etc.
How to get all the comments from the other users in bugzilla related to this ticketNR ?
thanks.
thomas



 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/python-bugzilla/attachments/20140106/e4eba33c/attachment.html>


More information about the python-bugzilla mailing list