Introduction
One of the beautiful things about ClearQuest is that it is customizable. This customization can be done via scripts which are referred to as "Hooks" in the ClearQuest vernacular. A good place to start investigating ClearQuest hooks is by reviewing already published materials to help you understand how to implement these hooks and what kinds of things are possible.
There are a number of references available. This page attempts to catalog those resources.
Resources
Rational Resources
CQ_API.PDF (located on your ClearQuest Client installation under ClearQuest\books) - The rational ClearQuest API manual provides examples scripts that can be modified to your hearts content. In addition this guide details each object's methods and properties for inclusion in your hooks or external scripts.
IBM ClearQuest Hooks Index
- This page provides links to various hooks that have been collected over time. They are generally well documented and source code is generally available for both VBScript and Perl although not universally.
Third Party Resources
Know any good ones?
See also
Suggestions?