Availability
This routine is available starting with katl-commons 2.5.8.
Syntax
admAddProjectVersion(pkey, versionName, versionDescription, releaseDate)
Description
Adds a version in the projectParameters
Parameter name | Type | Required | Description |
---|---|---|---|
pkey | string | yes | The project key |
versionName | string | yes | The version name |
versionDescription | string | yes | The description |
releaseDate | date | yes | The release date |
Return type
boolean
True if the version was added, false otherwise
Duplicates versions
It doesn't check if a version with the same name already exists. So far, JIRA controller code allows the project version creation action.
See also