github-mcp-server icon indicating copy to clipboard operation
github-mcp-server copied to clipboard

Create Milestone

Open gao288 opened this issue 8 months ago • 8 comments

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

gao288 avatar Apr 13 '25 03:04 gao288

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.

github-actions[bot] avatar Aug 18 '25 08:08 github-actions[bot]

I am going to implement this

yevheniidehtiar avatar Aug 23 '25 14:08 yevheniidehtiar

@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.

  1. Create milestone
  2. Update milestone like date and description
  3. Delete milestone
  4. Add issues & PR to milestone
  5. Remove issues & PR from milestone
  6. Close milestone
  7. Reopen milestone

Awaiting your response. Thank you.

beingminimal avatar Sep 01 '25 16:09 beingminimal

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

yevheniidehtiar avatar Sep 01 '25 17:09 yevheniidehtiar

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

beingminimal avatar Sep 02 '25 01:09 beingminimal

Appreciated for support @beingminimal Lets try then https://github.com/github/github-mcp-server/pull/1032

yevheniidehtiar avatar Sep 02 '25 06:09 yevheniidehtiar

Please. Make this happen.

jayarjo avatar Sep 05 '25 06:09 jayarjo

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.

github-actions[bot] avatar Nov 11 '25 08:11 github-actions[bot]

up up, i also made some in https://github.com/github/github-mcp-server/pull/1560

blockedby avatar Dec 08 '25 23:12 blockedby