Changes between Version 2 and Version 3 of TicketQuery
- Timestamp:
- 2019-05-02T09:45:05-03:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketQuery
v2 v3 106 106 [[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]] 107 107 108 If you wish to receive only the number of defects that match the query, use the `count` parameter:108 Finally, 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 124 116 ---- 125 117 See also: TracQuery, TracTickets, TracReports, TracGuide