Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetAllIssueTypeSchemes()

Package

adm

Alias

Pkg Usage

allIssueTypeSchemes()

Description

Excerpt
hiddentrue
Returns all issue type schemes.

...

Code Block
languagejs
JIssueTypeScheme [] allITSallItSchemes = allIssueTypeSchemes();
for(JIssueTypeScheme oneITS;
JIssueTypeScheme twoITS;
if(size(allITS) > 0) {
integer nId = allITS[0].id;
string nName = allITS[0].name;
oneITS = issueTypeScheme(nId);
twoITS = issueTypeScheme(nNameits in allItSchemes) {
    runnerLog("Id: " + its.id);
    runnerLog("Name: " + its.name);
}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "issuetype_admin_routine" and space = currentSpace ( )
labelsarray_routines