Opened 10 years ago
Last modified 8 years ago
#11847 new defect
Agilo Plugin vs. XML-RPC
Reported by: | Owned by: | Andrea Tomasini | |
---|---|---|---|
Priority: | normal | Component: | AgiloForTracPlugin |
Severity: | normal | Keywords: | trac, agilo, xml-rpc, ticket, type, task |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
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.
Attachments (0)
Change History (8)
comment:1 Changed 10 years ago by
comment:4 Changed 10 years ago by
Hi! The reason is simply that we want to extend support to the XMLRPC plugin gradually, and supporting only one ticket type was the smallest valuable increment to start with.
comment:6 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 8 years ago by
Any news on returning other ticket types? 'Bug' would be very useful too - as it will integrate with our IDE and allow tracking agains Trac tickets.
comment:8 Changed 8 years ago by
Unfortunately we haven't made it to implement this yet, although it's still in our plans
Hi,
this is definitely caused by Agilo. In the effort of making Agilo at least partially compatible with the XML-RPC plugin, we restricted the set of possible types to Task only. We plan to extend support other ticket types and hierarchy in future releases.
HTH