Issues Api
Issue related operations
Functions
get Issue
Link copied to clipboard
Get an issue given its ID
get List Issues
Link copied to clipboard
abstract Flow<DgfrCallState<IssuePage>> getListIssues(String sort, Boolean closed, List<String> forIds, Integer page, Integer pageSize)
Content copied to clipboard
List all Issues
post Comment Issue
Link copied to clipboard
abstract Flow<DgfrCallState<Issue>> postCommentIssue(String id, IssueResponse payload)
Content copied to clipboard
Add comment and optionally close an issue given its ID
post Create Issue
Link copied to clipboard
Create a new Issue
Inheritors
DgfrService
Link copied to clipboard