#3329: Space in component name doesn't work properly
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jonas
     Type:  defect            |      Status:  new  
 Priority:  normal            |   Milestone:       
Component:  ticket system     |     Version:  devel
 Severity:  normal            |    Keywords:       
------------------------------+---------------------------------------------
 I created two components one called "Support" and one called "Extended
 Support", I set me as the contact person for those comp[onents and then
 started testing them out.

 What I found was that tickets created in "Extended Support" had the owner
 set to UNKNOWN, rather than me.

 Additionally, when I tried to create a ticket report so I could view all
 the "Extended Support" tickets, I found that my query had to be like this:

 {{{
 ...
   WHERE status IN ('new', 'assigned', 'reopened')
 AND component = "Extended"
 }}}

 If I used "Extended Support" instead it would say that there were no
 tickets available in that component.

 If I rename the component to just "Extended" the owner is automatically
 set to me properly, and the report is generated properly.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3329>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to