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 | issueInEpic(boardId, epicId, issueKey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Is this issue in epic ? |
Returns true if the issue is in the specified epic. Note that this does not work next-gen projects
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | int | Yes | The board id | epicId | int | Yes | The epic id | issueKey | string | Yes | The key of the issue | |
Return Type
boolean
True if the issue belongs to that epic, false otherwise
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|