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 | activeEpics(boardId) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Retrieves a list of currently active epics. |
Retrieves a list of currently active epics, helping to identify high-level project goals and initiatives that are currently in progress.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | Integer | Yes | The board id |
|
Return Type
JEpic []
The epic structures array
...
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 |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.