Webhook for Test Plan Status Change
The following special variables can be used in a webhook for the event Change test plan status:
Variable | Description |
---|---|
$BUILD | The build number indicated when the test plan was created |
$PRODUCT_NAME | The product name entered when the test plan was created |
$PROJECT_GLOBAL_ID | The global project ID associated with the test plan |
$PROJECT_ID | The ID of the project (GUID format) associated with the test plan |
$PROJECT_NAME | The name of the project with which the test plan is associated |
$START_DATE | The scheduled start date of the test plan |
$END_DATE | The scheduled end date of the test plan |
$STARTED_ON_DATE | Date and time of changing the test plan status to In progress |
$COMPLETED_ON_DATE | Date and time of changing the test plan status to Completed |
$TEST_PLAN_GLOBAL_ID | The global test plan ID associated with the test plan |
$TEST_PLAN_ID | Test plan ID (GUID format) |
$TEST_PLAN_NAME | The name of the test plan |
$TEST_PLAN_STATUS | The status to which the test plan has been changed |
$TEST_PLAN_DESCRIPTION | A description of the test plan |
$TEST_PLAN_DURATION | The duration of the test plan |
$TEST_PLAN_URL | A link to the test plan |
$SERVER_URL | A link to the TestGear system |
$USER_NAME | The name of the user who changed the status of the test plan |
When the context is sent in the body of the request, the following data structure will be transmitted:
{
"GlobalId": 0,
"StateName": "string",
"Name": "string",
"StartDate": "11/29/2019 14:37:00",
"EndDate": "11/29/2019 14:37:00",
"Description": "string",
"Build": "string",
"ProjectId": guid,
"ProductName": "string",
"Duration": "",
"Tags": [],
"Link": "string",
"IsDeleted": false
}