Skip to main content
Glama

confluence-mcp

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zereight/confluence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server