Changes between Version 1 and Version 2 of TicketQuery


Ignore:
Timestamp:
2017-02-06T16:24:15-04:00 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketQuery

    v1 v2  
    106106  [[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]]
    107107
    108 Finally, if you wish to receive only the number of defects that match the query, use the `count` parameter:
     108If you wish to receive only the number of defects that match the query, use the `count` parameter:
    109109{{{
    110110[[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]
     
    114114  [[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]
    115115
     116A graphical use of the macro is with the `format=progress` attribute:
     117{{{
     118[[TicketQuery(milestone=0.12.8&group=type,format=progress)]]
     119}}}
     120
     121For example for one of the upcoming milestones, bars are shown by ticket type:
     122[[TicketQuery(milestone=0.12.8&group=type,format=progress)]]
     123
    116124----
    117125See also: TracQuery, TracTickets, TracReports, TracGuide