Skip to end of banner
Go to start of banner

getIssueEntityPropertyJson

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 2 Next »

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

  • No labels