Skip to main content
Glama

MCP JIRA Server

update_jira_issue

Modify existing JIRA issues by updating fields such as summary, description, issue type, and assignee. Specify the issue key and optional fields to apply changes via the MCP JIRA Server.

Instructions

Updates an existing JIRA issue. Only provided fields will be updated.

Input Schema

NameRequiredDescriptionDefault
additional_fieldsNo
assigneeNo
descriptionNo
issue_keyYes
issue_typeNo
site_aliasNo
summaryNo

Input Schema (JSON Schema)

{ "properties": { "additional_fields": { "additionalProperties": true, "default": null, "title": "Additional Fields", "type": "object" }, "assignee": { "default": null, "title": "Assignee", "type": "string" }, "description": { "default": null, "title": "Description", "type": "string" }, "issue_key": { "title": "Issue Key", "type": "string" }, "issue_type": { "default": null, "title": "Issue Type", "type": "string" }, "site_alias": { "default": null, "title": "Site Alias", "type": "string" }, "summary": { "default": null, "title": "Summary", "type": "string" } }, "required": [ "issue_key" ], "title": "update_jira_issue_toolArguments", "type": "object" }
Install Server

Other Tools from MCP JIRA Server

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/codingthefuturewithai/mcp_jira'

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