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 | admGetAllPrioritiesScheme() | Package | adm | Alias | admGetAllPrioritySchemes | Pkg Usage | getAllPrioritiesScheme() | |
Description
Excerpt |
---|
|
Gets all the priority scheme names. |
Returns the list of priority scheme names that exist in the Jira environment.
Return Type
string []
Returns the list of the priority schemes names.
Example
Example 1
Returns all the priorities scheme names
Code Block |
---|
|
return admGetAllPrioritiesScheme(); |
Default priority scheme|Test scheme|New scheme
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "priority_scheme_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|