Skip to end of banner
Go to start of banner

activeEpics

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Description

Retrieves a list of currently active epics, helping to identify high-level project goals and initiatives that are currently in progress.

Parameters

Return Type

JEpic []

The epic structures array

Example

JEpic [] epics = activeEpics(12345);
for(JEpic e in epics) {
     runnerLog(e.name);
}

See also

Filter by label

There are no items with the selected labels at this time.

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels