Configuring Rational ClearQuest and Rational Focal Point

After installing the Rational® ClearQuest® for Rational Focal Point™ Interface plug-in, you must configure Rational ClearQuest to enable integration with Rational Focal Point.

Configuring Rational ClearQuest

Procedure

  1. Create a Field of type SHORT_STRING for the alias of Synched Focal Point Element.
  2. Create a Field of type SHORT_STRING for the URL to Synched Focal Point Element. The field length is 250 characters.
  3. Create a Field of type DATE_TIME for the last modified time.
  4. Create a New Base Action for the last modified time and update it to Last Modified Date Field .
    sub Defect_Validation {
                       my($actionname, $actiontype) = @_;
                       my $result;
                       $entity->SetFieldValue("LastModifiedTime", GetCurrentDate()); 
                      return $result;
    } 

Configuring Rational Focal Point

Procedure

  1. Create an Attribute of type Text for the ClearQuest Record ID.
  2. Create an Attribute of type Text for the ClearQuest Record URL.
  3. Create Attribute of type File to synchronize with the attachment of ClearQuest record.
  4. Create Attribute of type Choice with items matching the ClearQuest States.

Feedback