From 0b7637e124172500e5774ecc9f0fd0c944c3fe08 Mon Sep 17 00:00:00 2001 From: Leo Miranda Date: Wed, 28 Jan 2026 19:19:55 +0000 Subject: [PATCH] Update "Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-" --- ...-Enhancements-%28Sprint-5-Documentation%29.-.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-.md b/Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-.md index 1447653..1e00792 100644 --- a/Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-.md +++ b/Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-.md @@ -6,7 +6,7 @@ # Sprint 5: Documentation -Documentation and guides for the V5.2.0 plugin enhancements. +Documentation and guides for the V5.2.0 plugin enhancements, plus a bug fix discovered during planning. ## Scope @@ -15,12 +15,14 @@ Documentation and guides for the V5.2.0 plugin enhancements. | 25 | git-flow | Branching strategy documentation | Document `development -> staging -> main` promotion flow | #267 | | 26 | clarity-assist | ND support documentation | Document how the plugin supports neurodivergent users | #268 | | - | Various | Sprint 3/4 lessons | Document lessons learned from previous sprints | #266 | +| - | projman (gitea MCP) | Fix update_issue | Add milestone parameter to update_issue tool | #269 | ## Issues - #266 - Sprint 3/4 lessons learned and plugin behavior clarifications - #267 - git-flow branching strategy documentation - #268 - clarity-assist neurodivergent support documentation +- #269 - Add milestone parameter to update_issue MCP tool (bug fix) **Milestone:** Sprint 5 - Documentation @@ -56,8 +58,16 @@ Capture lessons learned: - Session restart requirements - doc-guardian hook improvements needed +### update_issue milestone fix (#269) + +Add missing `milestone` parameter to the `update_issue` MCP tool: +- File: `mcp-servers/gitea/mcp_server/tools/issues.py` +- Accept milestone ID (integer) +- Include in API payload + ## Progress - [ ] #266 - Sprint 3/4 lessons captured - [ ] #267 - git-flow branching strategy docs -- [ ] #268 - clarity-assist ND support docs \ No newline at end of file +- [ ] #268 - clarity-assist ND support docs +- [ ] #269 - update_issue milestone parameter \ No newline at end of file