IBM Support

Excluding users from the base ClearCase - ClearQuest integration

Question & Answer


Question

Is there a way to set up the triggers for the base IBM® Rational® ClearCase® / IBM Rational ClearQuest® integration to exclude users?

Answer

Yes, there is a way to exclude users from the Base ClearCase ClearQuest integration.

The triggers for the integration will need to be created from cmd line.

If the integration is currently enabled, you will need to disable the integration and recreate the triggers from cmd line.

Here is an example of what the triggers look like:


NOTE:the -nuser <Name> is the switch so the triggers do not fire for whom every is listed in that space


cleartool mktrtype -element -all -preop checkin
 -nuser <NAME> -execwin "cqcc_launch.bat CQCC\config.pl -entitydef defect " -execunix "cqcc_launch CQCC/config.pl -entitydef defect " -c "ClearQuest Integration" cq_ci_trigger

cleartool mktrtype -element -all -postop checkin -nuser <NAME>  -execwin "cqcc_launch.bat CQCC\config.pl -postop -entitydef defect " -execunix "cqcc_launch CQCC/config.pl -postop -entitydef defect " -c "ClearQuest Integration" cq_postci_trigger

cleartool mktrtype -element -all -postop checkout -nuser <NAME>  -execwin "cqcc_launch.bat CQCC\config.pl -postop -entitydef defect " -execunix "cqcc_launch CQCC/config.pl -postop -entitydef defect " -c "ClearQuest Integration" cq_co_trigger

cleartool mktrtype -element -all -preop uncheckout -nuser <NAME> -execwin "cqcc_launch.bat CQCC\config.pl -entitydef defect " -execunix "cqcc_launch CQCC/config.pl -entitydef defect " -c "ClearQuest Integration" cq_unco_trigger

[{"Product":{"code":"SSSTXH","label":"Rational Integrations"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Base ClearCase and ClearQuest","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"2003.06.00;2003.06.01;2003.06.10;2003.06.12;2003.06.13;2003.06.14;2003.06.15;2003.06.16;7.0;7.0.0.1;7.0.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
16 June 2018

UID

swg21298364