Simple milestone unit when issue/PR has one
GQL doesn't return milestone numbers. Idk if there's a way to link without the number (name?).
Had considered adding this to repo view earlier and recall seeing something for milestone numbers - will av to double check
milestone {
url
number
title
}
Returns
"milestone": {
"url": "https://github.com/rnystrom/Freetime/milestone/1",
"number": 1,
"title": "1.0.0"
}
Can't seem to find a way to find out the progress of a milestone (how many complete, how many not)
Ah nice, ya the number missing was b/c I'm using MilestoneItem for the timeline. Glad to know the number is available here!
Bummer ya, doesn't look like there is a way to get Issues/PRs for a given milestone. That's weird. I guess we can just add the milestone along w/ pushing the milestone web page on tap for now.
Close as possible, though I'd still love to be able to query open/total numbers, just having the info is good enough for now.
Most helpful comment
Milestone info added!!
https://platform.github.community/t/milestone-timeline-events-available-on-pr-but-no-root-milestone-object/2768/3