Skip to end of banner
Go to start of banner

issuesWithoutEpics

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 5 Next »

Description

Retrieves a list of issues or tasks that are not associated with any epics, helping to identify work items that are not part of larger project goals.

Parameters

Return Type

String []

Array of issue keys. All the issues in a backlog.

Example

Returns all issues on a board without an epic that have an issue type of Story.

string [] orphans = issuesWithoutEpics(12345, "type=Story");
return orphans;

See also

Filter by label

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

  • No labels