Ticket #9550 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

Add the ability to fetch a bunch of tickets in one go

Reported by: david@reynoldsfamily.org.uk Assigned to: osimons
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: olemis 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

Change History

11/18/11 13:29:34 changed by osimons

  • status changed from new to closed.
  • resolution set to duplicate.

This is really a duplicate of #1650.

The current best practice is ticket.query() to get IDs, and then a system.multicall() with ticket.get() for each ID.

11/18/11 15:06:58 changed by david@reynoldsfamily.org.uk

That's good enough for my purposes - thanks!


Add/Change #9550 (Add the ability to fetch a bunch of tickets in one go)




Change Properties
Action