Warning |
---|
The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information: |
Info | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Table plus | ||||||||||||
| ||||||||||||
|
Cloud Syntax
getIssueEntityPropertyValue(issueKey, propertyKey)
...
|
Description
Excerpt | ||
---|---|---|
| ||
Returns the entity property value as a String. |
Returns the entity property value as a String.
Parameters
Table plus | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Cloud Parameters
...
Parameter
...
Type
...
Required
...
Description
...
Return type
Return Type
String
The returned value represents the entity the entity property of the issue.
Example
Code Block | ||
---|---|---|
| ||
return getIssueProperty("JSD-2", "IssueProperty", "request.channel.type"); |
Cloud Example
Code Block |
---|
return getIssueProperty("JSD-2", "request.channel.type"); |
...
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|