Syntax
getIssueEntityPropertyJson(issueKey, entityName, propertyKey)
Description
Returns the entity property value in a String.Parameters
Parameter | Type | Required | Description |
---|---|---|---|
issueKey | String | Yes | Key of the selected issue. |
entityName | String | Yes | Entity name |
propertyKey | String | Yes | Property key |
Return type
The returned value represents the entity property of the issue.
Example
return getIssueEntityPropertyJson("JSD-2", "IssueProperty", "request.channel.type");
returns:"portal"