![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Open /Close report Topic Summary: how to find out ... Created On: 15-May-2005 10:06 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
i want to know how to find out and change if needed the CR that are defined open and the one who defined closed as i want to create a graff that show total, open and closed
this is a graph of type trend analesys |
|
![]() |
|
![]() |
|
If I am in need for such a analysis, I usually write a small python script.
With python its fairly easy to do such a thing. First lets get all changerequest ccm query "type='problem'" -f %objectname -u save that it into an array. then lets get some attributes for each one: ...status ccm attr -s crstatus objectname ...creation time ccm attr -s create_time objectname ...completion time (if available - check status first) ccm attr -s conclusion_date objectname afterwards you have an objectlist of changerequest you can now sort by creation time and conclusion_date and status. now just count (lets say you want a list since 01.01.2005) - count all entrys that have a creation_time > 01.01.2005 then for all entrys that have a creation time > 02.01.2005 and so on... For object that are in the state concluded you can read the conclusion date Then you have perfect values for you graph! Just put these values in an Excel Sheet or use a nice python graph generator and you have a nice clean solution. Have fun with it, Philipp Weißmann |
|
![]() |
Telelogic SYNERGY
» SYNERGY/Change
»
Open /Close report
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.