id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1650	extend ticket.query() to return any field	stp	athomas	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:\r\n\r\n ticket.query('status!=closed', [ 'id', 'summary' ])\r\n \r\nThat would return: [[id => 'id', summary => '...' ], ...]\r\n\r\nSince this breaks backwards compatibility adding an API call queryFields() instead modifying query() might be prefereable.\r\n	enhancement	reopened	normal	XmlRpcPlugin	normal		ticket query	mladen@hixnet.co.za, nick.piper@logica.com	0.10
