/
admGetProjectVersion
admGetProjectVersion
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
Availability
This routine is available starting with katl-commons 2.5.16 / 2.6.8.
This routine is available for Jira server and cloud deployment options.
Syntax
admGetProjectVersion(projectKey, versionName)
Description
Returns the project version.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Ā projectKey | string | yes | Project key. |
versionName | string | yes | Version name. |
Return type
Version
All the properties of a version(id, name, description, projectKey,Ā startDate, releaseDate, archived, released).
Notes
- If projectKey or versionName is empty, an error will be raised.
- If project or version does not exist, an error will be raised.
See also
, multiple selections available,
Related content
admArchiveProjectVersion
admArchiveProjectVersion
Read with this
admUpdateProjectVersion
admUpdateProjectVersion
Read with this
getVersions
getVersions
More like this
getVersion
getVersion
More like this
getVersion
getVersion
More like this
admAddProjectVersion
admAddProjectVersion
More like this