Modify ↓
Opened 18 years ago
Closed 18 years ago
#651 closed enhancement (fixed)
add call for getting (custom) ticket field information
Reported by: | Steffen Pingel | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In order for the Mylar Trac connector to correctly display custom fields it would be great to have Trac's TicketSystem.get_ticket_field() available through XML-RPC.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [1278]) * Added
system.getAPIVersion()
. Returns a two element tuple containing the Trac XML-RPC version number. Closes #652 (refer to this ticket for semantics).ticket.getTicketFields()
. Forwards directly toTicketSystem().get_ticket_fields()
. Closes #651.