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
- Create a Field of type SHORT_STRING for
the alias of Synched Focal Point Element.
- Create a Field of type SHORT_STRING for
the URL to Synched Focal Point Element. The field length is 250 characters.
- Create a Field of type DATE_TIME for the
last modified time.
- 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
- Create an Attribute of type Text for the
ClearQuest Record ID.
- Create an Attribute of type Text for the
ClearQuest Record URL.
- Create Attribute of type File to synchronize
with the attachment of ClearQuest record.
- Create Attribute of type Choice with items
matching the ClearQuest States.