Changes between Version 5 and Version 6 of TracQuery
- Timestamp:
- Dec 2, 2009, 4:25:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracQuery
v5 v6 46 46 === Using the `[[TicketQuery]]` Macro === 47 47 48 The TicketQuerymacro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting.48 The [trac:TicketQuery TicketQuery] macro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting. 49 49 50 50 Example: … … 85 85 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]] 86 86 87 ==== Full rows ==== 88 In ''table'' format you can also have full rows by using ''rows=<field>'' like below: 89 90 {{{ 91 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]] 92 }}} 93 94 This is displayed as: 95 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]] 96 87 97 88 98 === Query Language ===