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 | admGetIssueTypesFromScheme(issueTypeSchemeName) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a list of issue types associated to a given issue type scheme. |
Returns a list of issue types associated to a given issue type scheme.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueTypeSchemeName | string | |
...
Yes | The name of the Issue Type Scheme used to retrieve the related issue types. |
|
Return
...
Type
stringString [] (arrary of strings)
Returns the names of all the issue types related to the Issue Type Scheme
Example
Code Block |
---|
string [] issueTypes = admGetIssueTypesFromScheme("Default Issue Type Scheme");
return issueTypes;// Bug|Story|Epic|Sub-task
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|