Skip to content

ClearQuest - Steps

Steps

Steps

Process steps in the ClearQuest plug-in

Add Comment

Add Comments from the current changelog to matching ClearQuest Defects

NameTypeDescriptionRequired
ClearQuest ServerThe ClearQuest server. This may be configured under the System tab.Yes
CommentStringThe content of the comment.Yes
Defect IDStringThe ID of the defect to place the comment on.Yes

Create Defect

Create a new defect in a ClearQuest Defect Tracker

NameTypeDescriptionRequired
ClearQuest Project NameStringThe name of the project in ClearQuest.No
ClearQuest ServerThe ClearQuest server. This may be configured under the System tab.Yes
Defect DescriptionStringThe description of the defect.No
HeadlineStringThe headline of the defect.Yes
OwnerStringThe owner of the defect.No
PriorityStringThe priority level of the defect.No
SeverityStringThe severity level of the defect.Yes

Publish Defect Report

Create a Report of ClearQuest defects from the current changelog

NameTypeDescriptionRequired
ClearQuest ServerThe ClearQuest server. This may be configured under the System tab.Yes
Defect ID PatternStringThis is a regular expression to locate ClearQuest-defect ids within changelog comments.You may add () around the portion of the pattern which identifies the actual Issue ID. The pattern TST-[0-9]+ would match (returning the same string as issue ids) TST-1 and TST-932415, but not match TST-a, TST-, or TST.1. The pattern Issue:[(TST-[0-9]+)] would match Issue:[TST-1] using issue id TST-1Yes

Resolve Issue

Resolve a ClearQuest Defect

NameTypeDescriptionRequired
ClearQuest ServerThe ClearQuest server. This may be configured under the System tab.Yes
Defect IDStringThe id of the ClearQuest defect.Yes
ResolutionStringThe resolution which resolved the issue.No

Roles in the ClearQuest plug-in

The plug-in adds these roles automatically to resources. You cannot add these roles manually.

ClearQuest Server

NameTypeDescription
CQperl.exe pathStringThe filepath designating CQperl.exe.
Database NameStringThe name of the ClearQuest database.
Database SchemaStringThe ClearQuest database schema name.
Issue URLStringThis field provides a template which may be used throughout uBuild to generate links from issues directly to an issue description page within your issue tracker. The value ${issueId} will be replaced in the template with the issue id of the associated issue. Please provide a url template such as http://bugs.company.com/browse/``${issueId}``.
PasswordPasswordThe user password.
Scripted PasswordStringIf you would prefer to resolve the password with a script, enter it here.
UsernameStringThe username to connect to the ClearQuest database.