confluence-mcp

by zereight
Verified

update_jira_issue

Modify Jira issue details such as assignee, description, priority, and summary using the issue key to ensure accurate and up-to-date project tracking.

Instructions

Update an existing Jira issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoNew assignee account ID
descriptionNoNew issue description
issueKeyYesIssue key (e.g. PROJ-123)
priorityNoNew priority ID
summaryNoNew issue summary

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "New assignee account ID", "type": "string" }, "description": { "description": "New issue description", "type": "string" }, "issueKey": { "description": "Issue key (e.g. PROJ-123)", "type": "string" }, "priority": { "description": "New priority ID", "type": "string" }, "summary": { "description": "New issue summary", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

Related Tools

ID: p7fnmpaukj