fetchCandidates abstract method

Future<TrackerResult<List<Issue>>> fetchCandidates()

Returns issues currently in the configured active_states, sorted by the adapter's natural order (the scheduler will re-sort for dispatch).

Implementation

Future<TrackerResult<List<Issue>>> fetchCandidates();