...
Description
Excerpt |
---|
|
Is this issue in epic ? |
...
Checks whether a specific issue or task is associated with a particular epic. |
Checks whether a specific issue or task is associated with a particular epic, helping to determine the relationship between individual tasks and larger project goals.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | intInteger | Yes | The board id | epicId | intInteger | Yes | The epic id | issueKey | stringString | Yes | The key of the issue | |
Return Type
booleanBoolean
True if the issue belongs to that epic, false otherwise
Example
Code Block |
---|
|
return issueInEpic(12345, "TEST-123", "TEST-5"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|