﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1650	extend ticket.query() to return any field	Steffen Pingel	Alec Thomas	"Currently ticket.query() returns an array with the id of matching tickets only. Having an additional parameter that takes a list of field names that are also returned would be a very useful addition to avoid multiple server round trips to retrieve the actual ticket information:

 ticket.query('status!=closed', [ 'id', 'summary' ])
 
That would return: [[id => 'id', summary => '...' ], ...]

Since this breaks backwards compatibility adding an API call queryFields() instead modifying query() might be prefereable.
"	enhancement	closed	normal	XmlRpcPlugin	normal	wontfix		anonymous	0.10
