Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11841 closed defect (worksforme)

Not getting all ticket types

Reported by: niltongouveajr@… Owned by: osimons
Priority: high Component: XmlRpcPlugin
Severity: major Keywords: xml-rpc, ticket, types, task, bug, eclipse
Cc: niltongouveajr@… Trac Release: 1.2

Description (last modified by Ryan J Ollos)

Hi,

When i run the script:

#!/usr/bin/python
import xmlrpclib
server = xmlrpclib.ServerProxy("http://user:pass@localhost/projects/project/login/xmlrpc")

# print the content of WikiStart 
print server.ticket.type.getAll() 

It shows me only:

'task'

But I have other types of tickets.

In integration with Eclipse, the same goes. I welcome any help. Thanks!

Attachments (1)

trac_about.pdf (100.3 KB) - added by niltongouveajr@… 10 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 10 years ago by osimons

Any other plugins installed? Could you perhaps past your software summary from "About Trac" as TRAC_ADMIN?

Changed 10 years ago by niltongouveajr@…

Attachment: trac_about.pdf added

comment:2 Changed 10 years ago by niltongouveajr@…

Thanks for quick reply. I'm using "Agilo Plugin". The software summary from "About Trac" is on attached file.

comment:3 Changed 10 years ago by osimons

Resolution: worksforme
Status: newclosed

I'm sorry, but Agilo makes various modifications to the internal Ticket structure and features. Its use is completely unsupported by the RPC plugin. I have no idea what it does or the various ways it can cause problems.

I suggest you ask questions on the Agilo mailing list.

comment:4 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)

comment:5 Changed 10 years ago by Ryan J Ollos

This issue was also raised on the mailing list some time ago: gmessage:trac-users/zSBuBverZ-0/59_wXLSVbBMJ.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.