getIssueEntityPropertyJson

Description

Returns the entity property in JSON string.

Parameters

Return Type

String

The returned value represents the entity property of the issue.

Example

return getIssueProperty("JSD-2", "IssueProperty", "request.channel.type");

returns: {"value":"portal"}

See also