Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getIssueEntityPropertyValue(issueKey, entityName, propertyKey) | Package |
| Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Returns the entity property value as a String. |
Returns the entity property value as a String.
...
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.
...
Code Block |
---|
|
return getIssueProperty("JSD-2", "IssueProperty", "request.channel.type"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issue_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|