Skip to end of banner
Go to start of banner

admDeleteProjectVersion

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Deletes a project version from a project. The version is also removed from any issues assigned to the version.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

return admDeleteProjectVersion("TST", "Version 1.5.3.2");

Result: true/false

See also

  • No labels