...
Description
Excerpt |
---|
|
Issues without epics |
...
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 |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | intInteger | Yes | Board id | jql | stringString | No | JQL to further filter the returned issues. It is advisable to get only what you need. | |
Return Type
string 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 |
---|
|
string [] orphans = issuesWithoutEpics(12345, "type=Story");
return orphans; |
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.