Modify ↓
#11841 closed defect (worksforme)
Not getting all ticket types
Reported by: | 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 )
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)
Change History (6)
comment:1 Changed 10 years ago by
Changed 10 years ago by
Attachment: | trac_about.pdf added |
---|
comment:2 Changed 10 years ago by
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
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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
Description: | modified (diff) |
---|
comment:5 Changed 10 years ago by
This issue was also raised on the mailing list some time ago: gmessage:trac-users/zSBuBverZ-0/59_wXLSVbBMJ.
Note: See
TracTickets for help on using
tickets.
Any other plugins installed? Could you perhaps past your software summary from "About Trac" as
TRAC_ADMIN
?