getIssueTypesInTheSameContext
Syntax | issueKey, customFieldId | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the list of issue types that are included in the same context as the given issue for a certain custom field
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issueKey | String | Yes | The key of the issue |
customfieldId | String | Yes | The id of the custom field (format: customfield_xxxxx) |
Return Type
String []
Examples
getIssueTypesInTheSameContext("ITSD-1", "customfield_10065")Bug|Task|Epic
//global, should return []
return getIssueTypesInTheSameContext("ITSD-1", "customfield_10040");See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
