![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: general statment regarding object name - query Topic Summary: Created On: 6-Apr-2006 12:52 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
I'm writing custom query I would like to create a query that take all tasks in status completed at release EGGWare/7.0 and the tasks are not related to spesific objects The query below work properly (status='completed') and (release='EGGware/7.0' ) and not "has_associated_object('Bts.cpp#15:c++:1'))" I would like to get all tasks that are not related to object name XXX and not spesific version of the object such as not "has_associated_object('Bts.cpp'))" or not "has_associated_object('Bts.cpp#*'))" This syntax is not working, How can I use a general statment regarding object name? Thanks, Ronen ------------------------- Ronen Ben-Chamo Configuration Managment |
|
![]() |
|
![]() |
|
Hi,
use this : ccm query "name match 'Bts.cpp' " You can use wildcard too : ccm query "name match 'Bts.*'" David. |
|
![]() |
|
![]() |
|
Thanks,
I use the following syntax (status='completed') and (release='EGGware/7.0' ) and has_cvtype('base/cvtype/task/1') and (is_task_in_folder_of('1475#1:folder ![]() Ronen ------------------------- Ronen Ben-Chamo Configuration Managment |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.