azure-devops-mcp

by RyanCardin15
Verified

createIteration

Create a new iteration in a project

Input Schema

NameRequiredDescriptionDefault
finishDateNoEnd date of the iteration
nameYesName of the iteration
parentPathNoPath of the parent iteration
projectIdYesID of the project
startDateNoStart date of the iteration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "finishDate": { "description": "End date of the iteration", "type": "string" }, "name": { "description": "Name of the iteration", "type": "string" }, "parentPath": { "description": "Path of the parent iteration", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" }, "startDate": { "description": "Start date of the iteration", "type": "string" } }, "required": [ "projectId", "name" ], "type": "object" }

You must be authenticated.

Other Tools