...
...
...
...
...
...
Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8? Click here and leave these dusty old pages behind! |
Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.8.0.11. |
Syntax
admDeleteProjectVersion(projectKey, versionName);
...
Excerpt |
---|
Deletes a project version from a project. The version is also removed from any issues assigned to the version. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Project Key | String | Yes | Project key of the project containing the version to be deleted. |
Version Name | String | Yes | Name of the version to be deleted. |
...