Changes between Version 1 and Version 2 of TicketQuery
- Timestamp:
- Sep 18, 2019 12:25:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketQuery
v1 v2 106 106 [[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]] 107 107 108 Finally, if you wish to receive only the number of defects that match the query, use the `count` parameter:108 If you wish to receive only the number of defects that match the query, use the `count` parameter: 109 109 {{{ 110 110 [[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]] … … 114 114 [[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]] 115 115 116 A graphical use of the macro is with the `format=progress` attribute: 117 {{{ 118 [[TicketQuery(milestone=0.12.8&group=type,format=progress)]] 119 }}} 120 121 For example for one of the upcoming milestones, bars are shown by ticket type: 122 [[TicketQuery(milestone=0.12.8&group=type,format=progress)]] 123 116 124 ---- 117 125 See also: TracQuery, TracTickets, TracReports, TracGuide