You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/10/05 12:30:50 UTC

[Apache Bloodhound] #688: TicketQuery priority, component, type not showing

#688: TicketQuery priority, component, type not showing
--------------------------+-----------------------
 Reporter:  ogaerick      |      Owner:  nobody
     Type:  defect        |     Status:  new
 Priority:  blocker       |  Milestone:  Release 8
Component:  multiproduct  |    Version:  0.7.0
 Keywords:                |
--------------------------+-----------------------
 I have the following TicketQuery
 [[TicketQuery(status=new|assigned|reopened&owner=abc, group=product,
 order=priority, desc=1, format=table,
 col=summary|component|priority|type|status)]]

 - it does not order by priority but by ticket number
 - it does not show columns component, priority and type

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:7 olemis]:
 > Replying to [comment:3 ogaerick]:

 [...]

 > > I would like to have coloured rows depending on the priority.
 >
 > This is a feature discussed in #140

 it's #67 , sorry.

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:9 ogaerick]:
 > Replying to olemis:
 >
 > The reason I want this because we want to have one page listing all
 users. From there we can select the user and show all tickets of all
 products assigned to him.

 I see .

 > Problem is that if I want to show all tickets of all products, I cannot
 show priority, milestone, component, type.
 >

 This should be improved after committing the patches implementing the
 features mentioned in comment:6:ticket:564 i.e. measurements were not
 accurate in part because query result set was different than expected .

 > Also in the custom query I did not find a way to show these fields while
 showing all products.
 >

 Queries over multiple products are possible after applying aforementioned
 patches as well . Previously they did not work because query DB access was
 limited to active product scope. Anything beyond its boundaries was just
 ignored .

 [...]

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#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
---------------------------+-----------------------

Comment (by ogaerick):

 Added the query of yours one to one, only changing the owner.
 Does not show fields or ordering, also, I would like to have coloured rows
 depending on the priority.
 See attached screen shot.

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:12 ogaerick]:
 > Tried to install like described, getting an exception in dashboard view
 now

 Please see comment:9:ticket:564 . Is it the same error you are noticing ?
 If so , could please try again with updated patches ?

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------
Changes (by olemis):

 * status:  new => accepted


Comment:

 I'll write a few test cases anyway .

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:12 ogaerick]:
 > Tried to install like described, getting an exception in dashboard view
 now

 could you please describe the failure (preferably in #564) ? thanks in
 advance

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by ogaerick):

 Problem is that I want to use the query in the Start Wiki (not the product
 wiki) as I want all products to be shown

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by ogaerick):

 Tried to install like described, getting an exception in dashboard view
 now

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:5 ogaerick]:
 > Problem is that I want to use the query in the Start Wiki (not the
 product wiki) as I want all products to be shown

 Wouldn't you prefer to configure the dashboard as your homepage ?

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------
Changes (by ogaerick):

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


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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:3 ogaerick]:
 > Added the query of yours one to one, only changing the owner.
 > Does not show fields or ordering, also,

 What do you mean about fields ? Component , priority and type ? Well , it
 should ... Could you please mention whether there is any value for those
 fields in the global environment ?

 > I would like to have coloured rows depending on the priority.

 This is a feature discussed in #140 since long time ago and I do not
 recall we have made a decision so far . Twitter Bootstrap even added
 support for colored table rows afterwards but nothing . Please follow that
 ticket, add comments and/or send messages to !dev@bloodhound.apache.org in
 order to request for this feature and influence the final solution .

 [...]

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------
Changes (by olemis):

 * keywords:   => query
 * owner:  nobody => olemis
 * status:  new => accepted


Old description:

> I have the following TicketQuery
> [[TicketQuery(status=new|assigned|reopened&owner=abc, group=product,
> order=priority, desc=1, format=table,
> col=summary|component|priority|type|status)]]
>
> - it does not order by priority but by ticket number
> - it does not show columns component, priority and type

New description:

 I have the following TicketQuery

 {{{
 [[TicketQuery(status=new|assigned|reopened&owner=abc, group=product,
 order=priority, desc=1, format=table,
 col=summary|component|priority|type|status)]]
 }}}

 - it does not order by priority but by ticket number
 - it does not show columns component, priority and type

--

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

Re: [Apache Bloodhound] #688: TicketQuery priority, component, type not showing

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#688: TicketQuery priority, component, type not showing
---------------------------+-----------------------
  Reporter:  ogaerick      |      Owner:  olemis
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.7.0
Resolution:                |   Keywords:  query
---------------------------+-----------------------

Comment (by ogaerick):

 Replying to olemis:

 The reason I want this because we want to have one page listing all users.
 From there we can select the user and show all tickets of all products
 assigned to him. Problem is that if I want to show all tickets of all
 products, I cannot show priority, milestone, component, type.

 Also in the custom query I did not find a way to show these fields while
 showing all products.

 > Wouldn't you prefer to configure the dashboard as your homepage ?

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