Modify ↓
      
        #9550 closed defect (duplicate)
Add the ability to fetch a bunch of tickets in one go
| Reported by: | Owned by: | osimons | |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Olemis Lang | Trac Release: | 0.11 | 
Description
I guess either alter ticket.get() to accept a list of ids or alter ticket.query() to return all ticket details so that the tickets can be fetched in !one query rather than multiple ones.
Hopefully this would speed up the fetching of multiple tickets
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    


This is really a duplicate of #1650.
The current best practice is
ticket.query()to get IDs, and then asystem.multicall()withticket.get()for each ID.