Creating an Update Issues Step

This step updates one or more defects in HP Quality Center.

Required properties:

Property Name Description
Server URL The base URL of the Quality Center instance. In usually ends with /qcbin.
Username The username to authenticate with Quality Center.
Domain The domain for the defect in Quality Center
Project The project for the defect in Quality Center.
Defect IDs Comma-separated list of defect IDs to update.
Fail Mode The action that should be taken when a defect to be updated is not found in Quality Center. Select one of the following values:
  • Fail-fast: Fail the step immediately if a defect is not found.
  • Fail: Fail the step after attempting to update all defects.
  • Warn: Log a warning when a defect is not found.

Optional properties:

Property Name Description
Password The password to authenticate with Quality Center.
Password Script If a property or script is used to obtain the password, enter it here and leave the password property empty.
Assignee The user the new defect is assigned to.
Summary A summary for the new defect. By default, the max length is 255.
Priority The priority of the new defect. The default values are: 1-Low, 2-Medium, 3-High, 4-Very High, and 5-Urgent.
Severity The severity of the new defect. The default values are: 1-Low, 2-Medium, 3-High, 4-Very High, and 5-Urgent.
Status The status of the new defect. The default values are: Closed, Fixed, New, Open, Rejected and Reopen. The default value is New.
Additional Fields Additional defect fields to add. This is provided as a newline-separated list in the form name=value. Uses Java’s java.util.Properties format.
Comment A comment to add to the update.