Taiga MCP Bridge

by talhaorak
Verified

create_milestone

Create a new milestone (sprint) in a Taiga project by specifying name, estimated start, finish, project ID, and session ID. Facilitates sprint planning and project management via the Taiga MCP Bridge.

Instructions

Creates a new milestone (sprint) within a project.

Input Schema

NameRequiredDescriptionDefault
estimated_finishYes
estimated_startYes
nameYes
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "estimated_finish": { "title": "Estimated Finish", "type": "string" }, "estimated_start": { "title": "Estimated Start", "type": "string" }, "name": { "title": "Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id", "name", "estimated_start", "estimated_finish" ], "title": "create_milestoneArguments", "type": "object" }
ID: bd5ajys5zl