发新话题
打印

[已解决] UCM下,CQ任务处于Closed也会被Checkout?( 此文章被查看:232次,被回复:4篇!! )

本主题由 scmtata 于 2008-4-21 22:56 关闭

UCM下,CQ任务处于Closed也会被Checkout?

1. UCM方式下, CQ里只有opened状态属于active,closed状态是属于complete的;
2. 正常情况下,只有opened状态的任务才能被Check out出来,但是经常出现某个defect即使处于closed也可以被再次check out出来?
3. 困惑好久,请教大家,谢谢。


问题已经解决 [打开主题]
本主题的最佳答案为 [ 4 楼].



© 本文为 scmtataSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员
勇敢的心

TOP

这是CC的Bug,我们也遇到了这种情况,没办法



© 本文为 二黑SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

回复 沙发 的帖子

官方有这个说明吗?
谢谢! 困惑好久了!



© 本文为 scmtataSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员
勇敢的心

TOP

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 编辑 ]


最佳答案
该回答被楼主/管理员列为正解!

© 本文为 二黑 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

回复 地毯 的帖子

非常感谢二黑!
这个问题困惑了我好久,谢谢!

© 本文为 scmtata 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
勇敢的心

TOP

发新话题