Changes between Version 2 and Version 3 of TracQuery
- Timestamp:
- Jun 8, 2011, 7:42:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracQuery
v2 v3 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 ===