Search code examples
unixclearcasecleartoolclearquest

How to find activities attached to a View?


I would like to find the activity which I previously set to a view.

Is there a command that I can use to find out all the activities set to the view?

Say view name is myView and activity is PRTLB12345. I had set the activity to the view like

"cleartool startview myView" You can now run 'clearquest' to start Rational ClearQuest.

"cleartool setactivity PRTLB12345" Set activity "PRTLB12345" in view "myView".

Here PRTLB12345 is a dummy activity name and I need to find out the real activity that I set to myview.


Solution

  • cleartool lsact -cview would list all activities for the current view.

    cleartool lsact -l -cact will list and detail the currency set activity, in the current view.