Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admSetProjectVersionReleaseDate(projectKey, versionName, releaseDate) | Package | adm | Alias | | Pkg Usage | setVersionRelease(projectKey, versionName, releaseDate) | |
Description
Excerpt |
---|
|
Set the release date for a version. |
Set the release date for a version.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
projectKey | String | Yes | Project key. | versionName | String | Yes | Version name. | releaseDate | Date | Yes | Release date. | |
Return Type
string / boolean
The return type doesn't have a meaning on server. On cloud it will return true if the release date is updated and false otherwise.
Note |
---|
- If projectKey or versionName is empty, an error will be raised.
- If project or version does not exist, an error will be raised.
- releaseDate must be a date after the start date, otherwise an error will be raised.
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "version_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|