/
getIssueTypesInCustomFieldContext
getIssueTypesInCustomFieldContext
Description
Returns the list of issue types for a certain custom field context
Parameters
Return Type
String []
Examples
runnerLog(getIssueTypesInCustomFieldContext("customfield_10041", "10169"));
Bug|Task|Epic
//global, should return []
return getIssueTypesInCustomFieldContext("customfield_10040", "10167");
See also
Related content
getCustomFieldContextList
getCustomFieldContextList
More like this
getFieldInfo
getFieldInfo
More like this
getRequestTypeFields
getRequestTypeFields
More like this
insight_getObjectAttrType
insight_getObjectAttrType
More like this
isCustomFieldInContext
isCustomFieldInContext
More like this
getIssueTypeScheme
getIssueTypeScheme
More like this