![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Prevent Completion of Task when no Associated Change Request Topic Summary: Created On: 21-Oct-2008 15:09 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is there a way to setup Synergy so that it prevents a task from being completed if the task has not been associated with at least one Change Request?
|
|
![]() |
|
![]() |
|
Yes!!
Here are the steps to set tasks to require a CR before task completion will be allowed: 1. Start up a CLI in the ccm_admin role. $ ccm start -r ccm_admin -d <database> 2. Find the task type object: $ ccm query -n task -t cvtype 1) base/cvtype/task/1 ac_rel ccm_root cvtype <void> base <void> 3. Check to see if it already has an attribute called "required_attributes": $ ccm attr -s required_attributes @ change_request $ ccm attr -s required_attribute @ Attribute 'required_attribute' does not exist on object 'base/cvtype/task/1'. 4. If this attribute doesn't already exist, create it, of type text: $ ccm attr -c required_attributes -type text @ 5. Edit the attribute, and add a line with the pseudo-attribute "Change Request". $ ccm attr -m required_attributes @ 6. You can check to see that this attribute has been set correctly: $ ccm attr -s required_attributes @ change_request ------------------------- Angela Kim |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.