github icon indicating copy to clipboard operation
github copied to clipboard

[Question] Milestone API

Open lucantini opened this issue 7 years ago • 1 comments

How exactly do I get all the PRs and Issues related to a single Milestone on a repo?

lucantini avatar Nov 22 '18 12:11 lucantini

I think you'd have to list all issues, then filter based on the milestone object that they have. Check out GitHub's docs on the object schema that is returned.

j-rewerts avatar Apr 10 '19 06:04 j-rewerts