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

Version 1 Next »

Syntax

getIssueEntityPropertyJson(issueKey, entityName, propertyKey)

Description

Returns the entity property value in a String.

Parameters

ParameterTypeRequiredDescription
issueKeyStringYesKey of the selected issue.
entityNameStringYesEntity name
propertyKeyStringYesProperty key

Return type

The returned value represents the entity property of the issue.

Example

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

 returns:"portal"

  • No labels