/
Create a Release
Create a Release
Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/migrating-to-zephyr-enterprise/via-rest-api/create-a-release.html
Use the following operation to create a release in Zephyr Enterprise:
POST /flex/services/rest/latest/release/
Request format
To create a release, send a POST request to the following URL:
http://{ZEPHYR-SERVER}/flex/services/rest/latest/release/
Request body
{
"name":"release 3.0",
"description":"",
"releaseStartDate":"07/30/2019",
"releaseEndDate":"08/31/2019",
"projectId":1
}
projectId - the ID of the project in which you want to create the release.
Response body
{
"id": 10,
"name": "release 3.0",
"description": "",
"startDate": 1564470000000,
"releaseStartDate": "07/30/2019",
"endDate": 1567234800000,
"releaseEndDate": "08/31/2019",
"createdDate": 1588073157080,
"projectId": 1,
"orderId": 2,
"globalRelease": false,
"projectRelease": false
}
See Also
, multiple selections available,
Related content
Create a Test Case Tree
Create a Test Case Tree
Read with this
Create a Release
Create a Release
More like this
Test Planning (cycles & phases)
Test Planning (cycles & phases)
Read with this
Create a Release
Create a Release
More like this
Execute the Test Case
Execute the Test Case
Read with this
Create a Project
Create a Project
More like this