Modify

Opened 10 years ago

Last modified 8 years ago

#11847 new defect

Agilo Plugin vs. XML-RPC

Reported by: niltongouveajr@… 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 Ryan J Ollos)

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 Stefano Rago

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

comment:2 Changed 10 years ago by niltongouveajr@…

Ok. Thank you so much.

comment:3 Changed 10 years ago by niltongouveajr@…

Hi! Just one more question ... why is there this limitation?

comment:4 Changed 10 years ago by Stefano Rago

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:5 Changed 10 years ago by Ryan J Ollos

#11964 closed as a duplicate.

comment:6 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

comment:7 Changed 8 years ago by crayfishuk@…

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 stefano.rago@…

Unfortunately we haven't made it to implement this yet, although it's still in our plans

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Andrea Tomasini.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.