Opened 10 years ago

Last modified 10 years ago

#11841 closed defect

Not getting all ticket types — at Initial Version

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

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!

Change History (0)

Note: See TracTickets for help on using tickets.