getListIssues

abstract Flow<DgfrCallState<IssuePage>> getListIssues(String sort, Boolean closed, List<String> forIds, Integer page, Integer pageSize)

List all Issues

Parameters

sort

The sorting attribute (optional, default to -created)

closed

Filter closed issues. Filters issues on their closed status if specified (optional)

forIds

Filter issues for a given subject (optional)

page

The page to fetch (optional, default to 1)

pageSize

The page size to fetch (optional, default to 20)