ClearQuest - Steps
Steps
Steps
Process steps in the ClearQuest plug-in
Add Comment
Add Comments from the current changelog to matching ClearQuest Defects
Name | Type | Description | Required |
---|---|---|---|
ClearQuest Server | The ClearQuest server. This may be configured under the System tab. | Yes | |
Comment | String | The content of the comment. | Yes |
Defect ID | String | The ID of the defect to place the comment on. | Yes |
Create Defect
Create a new defect in a ClearQuest Defect Tracker
Name | Type | Description | Required |
---|---|---|---|
ClearQuest Project Name | String | The name of the project in ClearQuest. | No |
ClearQuest Server | The ClearQuest server. This may be configured under the System tab. | Yes | |
Defect Description | String | The description of the defect. | No |
Headline | String | The headline of the defect. | Yes |
Owner | String | The owner of the defect. | No |
Priority | String | The priority level of the defect. | No |
Severity | String | The severity level of the defect. | Yes |
Publish Defect Report
Create a Report of ClearQuest defects from the current changelog
Name | Type | Description | Required |
---|---|---|---|
ClearQuest Server | The ClearQuest server. This may be configured under the System tab. | Yes | |
Defect ID Pattern | String | This 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-1 | Yes |
Resolve Issue
Resolve a ClearQuest Defect
Name | Type | Description | Required |
---|---|---|---|
ClearQuest Server | The ClearQuest server. This may be configured under the System tab. | Yes | |
Defect ID | String | The id of the ClearQuest defect. | Yes |
Resolution | String | The 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
Name | Type | Description |
---|---|---|
CQperl.exe path | String | The filepath designating CQperl.exe. |
Database Name | String | The name of the ClearQuest database. |
Database Schema | String | The ClearQuest database schema name. |
Issue URL | String | This 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}``. |
Password | Password | The user password. |
Scripted Password | String | If you would prefer to resolve the password with a script, enter it here. |
Username | String | The username to connect to the ClearQuest database. |