...
...
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=admGetAllIssueTypeSchemes+-+15489892 |
---|
width | auto |
---|
|
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 | allIssTypeSchemes() | |
Description
Excerpt |
---|
|
Returns the list of Issue Type Scheme names that exist in the Jira environment. |
Returns the list of Issue Type Scheme names that exist in the Jira environment.
Return
...
Type
stringString [] (array of strings)The requested names of all issue type schemes.
Example
Code Block |
---|
string [] iSchemes = admGetAllIssueTypeSchemes();
for(string iName in iSchemes) {
runnerLog(iName);
// Default Issue Type Scheme
// TEST: Scrum Issue Type Scheme
} |
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 |
---|
|