Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.9
-
None
-
None
Description
When I try to generate a GitHub report I get that message:
[WARNING] No issue was matched.
I tried to debug this and could pin down the problem to the following request:
https://api.github.com/repos/jschneider/com.cedarsoft.open/issues?per_page=100&page=1
This request does return an empty result set. Because per default only open issues are returned.
To get the closed issues it is necessary to add "state=closed"