Backlog MCP Server

by fleagne
Verified

backlog_update_issue

Modify project issue details in Backlog by updating attributes such as status, assignee, due date, or description using the Backlog API. Streamline issue management with structured inputs for efficient project tracking.

Instructions

Update an issue using the Backlog Issue API.

Input Schema

NameRequiredDescriptionDefault
actualHoursNoActual hours
assigneeIdNoAssignee id
attachmentIdNoAttachment ids
categoryIdNoCategory ids
commentNoComment
descriptionNoDescription
dueDateNoDue date
estimatedHoursNoEstimated hours
issueIdOrKeyYesIssue ID or Issue Key
issueTypeIdNoIssue type id
milestoneIdNoMilestone ids
notifiedUserIdNoNotified user ids
parentIssueIdNoParent issue id
priorityIdNoPriority id
startDateNoStart date
statusIdNoStatus id
summaryNoSummary
versionIdNoVersion ids

Input Schema (JSON Schema)

{ "properties": { "actualHours": { "description": "Actual hours", "type": "number" }, "assigneeId": { "description": "Assignee id", "type": "number" }, "attachmentId": { "description": "Attachment ids", "items": { "type": "number" }, "type": "array" }, "categoryId": { "description": "Category ids", "items": { "type": "number" }, "type": "array" }, "comment": { "description": "Comment", "type": "string" }, "description": { "description": "Description", "type": "string" }, "dueDate": { "description": "Due date", "type": "string" }, "estimatedHours": { "description": "Estimated hours", "type": "number" }, "issueIdOrKey": { "description": "Issue ID or Issue Key", "type": "string" }, "issueTypeId": { "description": "Issue type id", "type": "number" }, "milestoneId": { "description": "Milestone ids", "items": { "type": "number" }, "type": "array" }, "notifiedUserId": { "description": "Notified user ids", "items": { "type": "number" }, "type": "array" }, "parentIssueId": { "description": "Parent issue id", "type": "number" }, "priorityId": { "description": "Priority id", "type": "number" }, "startDate": { "description": "Start date", "type": "string" }, "statusId": { "description": "Status id", "type": "number" }, "summary": { "description": "Summary", "type": "string" }, "versionId": { "description": "Version ids", "items": { "type": "number" }, "type": "array" } }, "required": [ "issueIdOrKey" ], "type": "object" }

You must be authenticated.

Other Tools from Backlog MCP Server

Related Tools

ID: ekxpemr97g