﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
11847,Agilo Plugin vs. XML-RPC,niltongouveajr@…,Andrea Tomasini,"Hello,

I'm using Trac with Agilo and XML-RPC plugin. I know the Agilo plugin makes several changes to the internal structure of Ticket. I think for this reason, when I trying to get all the ticket types with command:

#!/usr/bin/python
xmlrpclib import
server = xmlrpclib.ServerProxy (""http://user:pass @ localhost / projects / project / login / xmlrpc"")

server.ticket.type.getAll print ()

only returns:

[task]

The problem is that there are other ticket types. I wonder if it's the Agilo plugin that is causing it.

Thank you very much.",defect,new,normal,AgiloForTracPlugin,normal,,"trac, agilo, xml-rpc, ticket, type, task",,1.0
