Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

issuesWithoutEpics(boardId [, jql])

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Retrieves a list of issues or tasks that are not associated with any epics.

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

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

boardId

Integer

Yes

Board id

jql

String

No

JQL to further filter the returned issues. It is advisable to get only what you need.

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.

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

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_routine" and space = currentSpace ( )
labelsarray_routines

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