Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9550 closed defect (duplicate)

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

Reported by: david@… 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)

Change History (2)

comment:1 Changed 12 years ago by osimons

Resolution: duplicate
Status: newclosed

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.

comment:2 Changed 12 years ago by david@…

That's good enough for my purposes - thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.