Changes between Initial Version and Version 6 of Ticket #11847


Ignore:
Timestamp:
Jun 30, 2015, 3:06:20 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11847 – Description

    initial v6  
    33I'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:
    44
     5{{{#!python
    56#!/usr/bin/python
    67xmlrpclib import
     
    89
    910server.ticket.type.getAll print ()
     11}}}
    1012
    1113only returns:
    1214
     15{{{
    1316[task]
     17}}}
    1418
    1519The problem is that there are other ticket types. I wonder if it's the Agilo plugin that is causing it.