![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Using Query to find Problems with no associated tasks Topic Summary: CS Query Created On: 30-Mar-2005 20:16 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
HI,
I am trying to create a query that will display all problems that do not have a task associated to them. I have used the following, but they are not working correctly: (cvtype='problem') and ((resolver='klhatch') and (crstatus='dev') and (is_no_associated_cv())) and (cvtype='problem') and ((resolver='klhatch') and (crstatus='dev') and (not has_associated_cv(cvtype!='problem'))) Any suggestions? Thanks so much! |
|
![]() |
|
![]() |
|
The relation between Change Requests and Tasks is called associated_task.
For your information, this relation is set up as a CCM_RELATION attribute in any SYNERGY/Change CRProcess XML files. So the following query will give you good results: cvtype='problem' and not has_associated_task(cvtype='task') associated_cv is the name of the relation SYNERGY manages between tasks and object versions (at check-out). Regards |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.