Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic SYNERGY (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 21-Oct-2008 15:09
User is offline View Users Profile Print this message


Laura Greivenkamp

Posts: 1
Joined: 20-Oct-2008

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?
Report this to a Moderator Report this to a Moderator
 21-Oct-2008 15:26
User is offline View Users Profile Print this message


Angela Kim

Posts: 29
Joined: 23-Oct-2003

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
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic SYNERGY forum.
There are currently 2 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 15:34.
There are currently 0 guests browsing this forum, which makes a total of 2 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.