#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  closed
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:  wontfix       |   Keywords:  query
---------------------------+-----------------------
Changes (by olemis):

 * status:  accepted => closed
 * resolution:   => wontfix


Comment:

 The use of !TicketQuery macro is deprecated in favor of `TicketQuery`
 widget , which is aware of multi-product architecture introduced in
 version 0.6.

 e.g. this query

 {{{
 [[Widget(TicketQuery,
 
query="owner=olemis&status=accepted&status=assigned&status=new&group=component&col=id&col=summary&col=component&col=priority&col=type&col=status&desc=1&order=priority")]]
 }}}

 will render the following values

 [[Widget(TicketQuery,
 
query="owner=olemis&status=accepted&status=assigned&status=new&group=component&col=id&col=summary&col=component&col=priority&col=type&col=status&desc=1&order=priority")]]

 I cannot illustrate here how to group by product because i.a.o/bh instance
 is running a version prior to 0.6 but you may use `group=product` instead
 in 0.7 and that will work . Should you still need further assistance I'll
 be able to reproduce your query at blood-hound.net .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/688#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Reply via email to