Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetProjectIssueSecurityScheme(projectKeyOrId) | Package | adm | Alias | getProjectIssueSecurityScheme | Pkg Usage | projectIssSecScheme(projectKeyOrId) | |
Description
Excerpt |
---|
|
Returns issue priority scheme of the project. |
Returns the name of the issue priority scheme name for the given project key or id
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
projectKeyOrId | string | Yes | The key or the id of the project | |
Return Type
string
Returns the name of the issue priority scheme for the project.
Example
Code Block |
---|
|
return admGetProjectIssueSecurityScheme("TEST"); |
Security scheme
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "project_scheme_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|