...
Description
Excerpt |
---|
|
Returns all non-done Retrieves a list of currently active epics. |
Gets the JEpic structures for a given board id which are not done. Note that this works for both for next-gen projects and normal onesRetrieves a list of currently active epics, helping to identify high-level project goals and initiatives that are currently in progress.
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 | |
Return Type
...
The epic structures array
Example
Code Block |
---|
|
JEpic [] epics = activeEpics(12345);
for(JEpic e in epics) {
runnerLog(e.name);
} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|