Info |
---|
|
This routine is available starting with SIL Engine 4.8.0.8. 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 | admGetAllScreenSchemes() | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the list Screen Scheme names that exist in the Jira environment. |
Returns the list Screen Scheme names that exist in the Jira environment.
...
Return
...
Type
stringString [] (array of strings)The requested names of all screens.
Example
Code Block |
---|
string [] sSchemes = admGetAllScreenSchemes();
for(string sName in sSchemes) {
runnerLog(sName);
// Default Screen Scheme
// TEST: Scrum Default Screen Scheme
} |
The requested names of all screens.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|