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!
This routine is available starting with SIL Engine 4.8.0.6. |
Syntax
admSetPriorityScheme(pkey, schemeName)
Description
Updates the project priority scheme.Both the scheme and the project must exist.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
pkey | string | yes | Project key. Must exist. |
schemeName | string | yes | Scheme name. The scheme must exist. |
Return type
boolean
Returns 'true' if the project was updated and 'false' if not.
Example
return admSetPriorityScheme("TEST", "Default priority scheme"); |