getIssueTypesInCustomFieldContext
Syntax | getIssueTypesInCustomFieldContext(customFieldId, context) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the list of issue types for a certain custom field context
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
customfieldId | String | Yes | The id of the custom field (format: customfield_xxxxx) |
context | String | Yes | The id or the name of the custom field context |
Return Type
String []
Examples
runnerLog(getIssueTypesInCustomFieldContext("customfield_10041", "10169"));Bug|Task|Epic
//global, should return []
return getIssueTypesInCustomFieldContext("customfield_10040", "10167");See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
