Hello,
I have a list of ticket that I want to close.

How can I do this via xmlrpc?

 server = 
xmlrpclib.ServerProxy("http://user:[email protected]/trac/login/xmlrpc";)

I can query the ticket I want:
for i in 
server.ticket.query("milestone=Upload&version=IL&status=new&custom_number=XX11000239"):
    server.ticket.get(i[0])

How do I set the "status=closed" "resolution=fixed" and add a comment
"closing this ticket per xyz".

Thanks
Lucas

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to