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 | admGetAllIssueTypeSchemes() | Package | adm | Alias | | Pkg Usage | allIssueTypeSchemes() |
|
Description
Excerpt |
---|
|
Returns all issue type schemes. |
Returns all issue type schemes.
Return Type
JIssueTypeScheme []
Returns all issue type schemes.
...
Code Block |
---|
|
JIssueTypeScheme [] allITSallItSchemes = allIssueTypeSchemesadmGetAllIssueTypeSchemes();
for(JIssueTypeScheme its oneITS;in JIssueTypeSchemeallItSchemes) twoITS;
if(size(allITS) > 0) {
integer nId = allITS[0].id;
string nName = allITS[0].name;
oneITS = issueTypeScheme(nId);
twoITS = issueTypeScheme(nName{
runnerLog("Id: " + its.id);
runnerLog("Name: " + its.name);
} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issuetype_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.