...
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getIssueEntityPropertyJson(issueKey, entityName, propertyKey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the entity property in JSON string. |
Returns the entity property
...
in
...
JSON string.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueKey | String | Yes | Key of the selected issue. | entityName | String | Yes | Entity name | propertyKey | String | Yes | Property key | |
Return
...
Type
String
The returned value represents the entity property of the issue.
Example
Code Block |
---|
return getIssueEntityPropertyJsongetIssueProperty("JSD-2", "IssueProperty", "request.channel.type"); |
returns: {"value":"portal"}
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issue_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|