get List Issues
abstract Flow<DgfrCallState<IssuePage>> getListIssues(String sort, Boolean closed, List<String> forIds, Integer page, Integer pageSize)
Content copied to clipboard
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)
for Ids
Filter issues for a given subject (optional)
page
The page to fetch (optional, default to 1)
page Size
The page size to fetch (optional, default to 20)