admGetIssueTypeScreenSchemeAssociations
Syntax | admGetIssueTypeScreenSchemeAssociations(projectKey) | Package | adm |
Alias | Pkg Usage | getIssueTypeScreenSchemeAssociations(projectKey) |
Description
Returns an array of indexed issue types and screen schemes that are associated in the context of a certain project's Issue Type Screen Scheme. Only the issue types that belong to the project are considered.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
projectKey | String | Yes | The project key |
Return Type
String []
Returns an array of indexed issue types and screen schemes.
Example
string[] result = admGetIssueTypeScreenSchemeAssociations("DEMO");