Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admUpdateProjectVersion(versionStruct)

Package

adm

Alias


Pkg Usage

updateVersion(versionStruct)

Description

Excerpt
hiddentrue

Updates the version of the project by the id field.

Updates the version of the project by the id field. The version name of the project is unique and it has an id version that corresponds with it.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

versionStruct

JVersion

Yes

Version id and the version name should have values assigned.

Return Type

String

You can safely ignore the return value of this routine.

...

Code Block
JVersion jVersion;
jVersion.id = 10201;
jVersion.name = "Version2";
jVersion.description = "This is the second version.";
jVersion.startDate = "2014-10-27";
jVersion.releaseDate = "2014-10-30";
return admUpdateProjectVersion(jVersion);

Note

This routine updates only the name, description, startDate and releaseDate fields. The archived and released fields can be updated using admArchiveProjectVersion and admReleaseProjectVersion routines. Name must be unique.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "version_admin_routine" and space = currentSpace ( )
labelsarray_routines