Skip to end of banner
Go to start of banner

getIssueTypesInCustomFieldContext

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

  • No labels