Modify ↓
#9841 closed defect (worksforme)
XmlRpcPlugin - Status field not comming in GetTicket method
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | high | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
The Status field is not comming in the object attributes' array, invoking the GetTicket
Attachments (0)
Note: See
TracTickets for help on using
tickets.
GetTicket
method. There is aticket.get()
that I presume is what you refer to?ticket.get(tid)
call, and I even committed a test in [11306] for you that confirms it works.If you still think this is an issue, you really need to provide more details about your RPC version (should be current 1.1.2) and perhaps also example client code for non-working behaviour.