admGetPriorityScheme
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 !
This routine is available starting with SIL Engine 4.8.0.6. |
Syntax
admGetPriorityScheme(pkey)
Description
Returns the project priority scheme.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
pkey | string | yes | Project key. |
Return type
string
The requested scheme name.
Example
return admGetPriorityScheme("TEST"); |