Skip to main content
Glama
raalarcon9705

raalarcon-jira-mcp-server

update_issue

Modify existing Jira issues by updating fields like summary, priority, assignee, or converting to subtasks. Only specified fields are changed, with current values visible via get_issue first.

Instructions

Update fields of an existing Jira issue or convert to subtask. Only provided fields will be updated. Use get_issue first to see current values. Returns success confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueKeyYesIssue key (e.g., "PROJ-123") to update. This is the unique identifier for the issue.
summaryNoNew issue title/summary (max 255 characters). Replaces the existing summary.
descriptionNoNew issue description. Replaces the existing description. Supports plain text, Markdown, or ADF. Markdown will be automatically converted to ADF. For mentions, use format: @[accountId:displayName] (get accountId from get_users tool).
priorityNoNew priority: "Highest", "High", "Medium", "Low", "Lowest". Replaces current priority.
assigneeNoAccount ID of new assignee. Use get_users to find account IDs. Set to null to unassign.
parentNoIssue key of the parent issue (e.g., "PROJ-123"). Use to convert issue to subtask or change parent.
labelsNoComplete array of labels (replaces all existing labels). Use empty array to remove all labels.
componentsNoComplete array of components (replaces all existing components). Use empty array to remove all components.
fixVersionsNoComplete array of fix versions (replaces all existing versions). Use empty array to remove all versions.
customFieldsNoCustom field values as key-value pairs. Only specified fields will be updated.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it explains the partial update behavior ('Only provided fields will be updated'), mentions the conversion capability ('convert to subtask'), and describes the return value ('Returns success confirmation'). It doesn't cover permissions, rate limits, or error conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly sized at three sentences, each earning its place: first states core functionality, second provides critical usage guidance, third explains return value. It's front-loaded with the most important information and has zero wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 10 parameters, no annotations, and no output schema, the description does reasonably well by covering purpose, partial update behavior, prerequisites, and return confirmation. However, it lacks information about authentication requirements, error handling, or what specific 'success confirmation' entails, leaving some gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 10 parameters thoroughly. The description adds minimal value beyond the schema - it mentions 'fields' generally and the subtask conversion, but doesn't provide additional parameter semantics. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('update fields' and 'convert to subtask') and identifies the resource ('existing Jira issue'). It distinguishes from siblings like 'create_issue' (creates new) and 'transition_issue' (changes workflow state).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for usage ('Use get_issue first to see current values') which helps the agent understand prerequisites. However, it doesn't explicitly state when to use this tool versus alternatives like 'update_comment' or 'transition_issue', nor does it provide exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/raalarcon9705/jira-mcp'

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