Create Milestone
Describe the feature or problem you’d like to solve
Currently Github mcp server has no api for creating milestones. I was trying to use Cline to generate milestones and assign issues to the milestones. It ends up creating milestones as issues (with Milestone as label)
Proposed solution
Add CreateMilestone api
This issue is stale because it has been open for 60 days with no activity. Leave a comment to avoid closing this issue in 10 days.
I am going to implement this
@yevheniidehtiar @jshorty
Thanks a lot for considering this and for your efforts. If you can add following things also then it can be more powerful for all.
- Create milestone
- Update milestone like date and description
- Delete milestone
- Add issues & PR to milestone
- Remove issues & PR from milestone
- Close milestone
- Reopen milestone
Awaiting your response. Thank you.
Hey, I together with Jules have already created an endpoint to create Milestone as it is only thing I missed for my purpose.
I could add whole crud for Milestone entity. However "Assigning Milestone to issue" is a part of Issue Api (update call with milestone number) as well as other assign actions you want to have. 7 and 8 are just status update for Milestone
Check my fork, because I am not sure if owners will accept PRs with code made by AI agent. https://github.com/yevheniidehtiar/github-mcp-server
Hey, I together with Jules have already created an endpoint to create Milestone as it is only thing I missed for my purpose.
I could add whole crud for Milestone entity. However "Assigning Milestone to issue" is a part of Issue Api (update call with milestone number) as well as other assign actions you want to have. 7 and 8 are just status update for Milestone
Check my fork, because I am not sure if owners will accept PRs with code made by AI agent. https://github.com/yevheniidehtiar/github-mcp-server
alright, got it at least for milestone crud you are requested to give PR and yes if code is ready to merge then they will merge i think regardless of how it was produced. What are your thoughts? @SamMorrowDrums @williammartin @juruen @JoannaaKL
Appreciated for support @beingminimal Lets try then https://github.com/github/github-mcp-server/pull/1032
Please. Make this happen.
This issue is stale because it has been open for 30 days with no activity. Leave a comment to avoid closing this issue in 60 days.
up up, i also made some in https://github.com/github/github-mcp-server/pull/1560