Using "cleartool settask
" command one can select a TASK within a view.
How to query for a TASK being used in all the different VIEW?
A TASK can be selected in multiple VIEW by using the "cleartool settask" command.
I want to find out which all views have selected a particular TASK. How to query for that?
A possible workaround would be to:
cleartool lstask -view <aviewtag>
The
lstask
command lists the tasks that are associated with a view (base ClearCase).