ClearCase and ClearQuest UCM integration activities still appear after closed or resolved
Technote (troubleshooting)
Problem(Abstract)
When an IBM® Rational® ClearQuest® activity is closed, or resolved from ClearQuest, the activities view context still appears in IBM Rational ClearCase®.
Symptom
Cause
The ClearCase view does not know that the activity was closed and it is just an hlink for the association.
Resolving the problem
As ClearCase views are expendable you might consider creating a new view.
For example:
Find the activity the was closed
M:\view\vob>cleartool lsactivity -long
activity "DBIDR00000008"
11-Aug-05.16:49:56 by John Doe (Jdoe.user@Myserver)
"Created automatically as a result of 'Work On' action in ClearQuest"
owner: DOMAIN\Jdoe
group: DOMAIN\user
stream: Jdoe@\vob
current view: Jdoe
title: grant test
change set versions:
clearquest record id: DBIDR00000008
Clear out the activity context from the view
M:\view\vob>cleartool setactivity -none
Cleared current activity from view Jdoe.
Find the activity name again
M:\view\vob>cleartool lsactivity -long
activity "DBIDR00000008"
11-Aug-05.16:49:56 by John Doe (Jdoe.user@Myserver)
"Created automatically as a result of 'Work On' action in ClearQuest"
owner: DOMAIN\Jdoe
group: DOMAIN\user
stream: Jdoe@\vob
title: grant test
change set versions:
clearquest record id: DBIDR00000008
Remove the activity from the view
M:\view\vob>cleartool rmactivity DBIDR00000008
Remove activity "activity:DBIDR00000008@\vob"? [no] y
Removed activity "DBIDR00000008".
Look for the activity to make sure it is gone
M:\view\vob>cleartool lsactivity -long
M:\view\vob>
这倒是个解决办法,但是避免不了这类问题的再次发生
[ 本帖最后由 二黑 于 2008-4-21 19:00 编辑 ]