Skip to main content
Glama

Update Issue

jira_update_issue
Destructive

Update Jira issues by changing fields, transitioning status, adding comments, logging work, and attaching files. Provide the issue key and optional details to modify the issue in one call.

Instructions

Update an issue and optionally transition, comment, and log work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoJSON string of fields to update. For 'assignee', provide a string identifier (email, name, or accountId). For 'description', provide text in Markdown format; on Jira Cloud, use '{expand:Title}...{expand}' for a collapsible section. Example: '{"assignee": "user@example.com", "summary": "New Summary", "description": "## Updated\nMarkdown text"}'
commentNo(Optional) Comment text in Markdown format.
worklogNo(Optional) Time spent to log, such as '1h 30m'.
issue_keyYesJira issue key (e.g., 'PROJ-123', 'ACV2-642')
componentsNo(Optional) Comma-separated list of component names (e.g., 'Frontend,API')
transitionNo(Optional) Transition name or ID. Transition names are resolved case-insensitively.
attachmentsNo(Optional) JSON string array or comma-separated list of file paths to attach to the issue. Example: '/path/to/file1.txt,/path/to/file2.txt' or ['/path/to/file1.txt','/path/to/file2.txt']
return_fieldsNo(Optional) Controls which fields of the updated issue are returned, to reduce response size and token usage. Defaults to '*all' (the complete issue, which can be very large). TOKEN-SAVING TIP: after an update you usually do NOT need the whole issue back. Pass a comma-separated list of just the field(s) you care about (e.g., 'summary,duedate'), or a single light field such as 'status' for a minimal confirmation - this can cut the response by thousands of tokens. The issue 'key' is always returned regardless. If you later need other fields, fetch them on demand with jira_get_issue (which also supports field filtering). Use '*all' only when you genuinely need the full updated issue.*all
worklog_startedNo(Optional) ISO datetime when the worklog started.
additional_fieldsNo(Optional) JSON string of additional fields to update. Use this for custom fields or more complex updates. Link to epic: {"epicKey": "EPIC-123"} or {"epic_link": "EPIC-123"}.
comment_visibilityNo(Optional) Comment visibility as a JSON string, for example '{"type":"group","value":"jira-users"}'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations already provide destructiveHint=true, so the agent knows the tool mutates state. The description adds the context that transitions, comments, and worklogs are optional side effects, but it does not disclose any consequences (e.g., status changes trigger notifications, worklogs affect time tracking). With annotations covering the safety profile, this is adequate but not rich.

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 one sentence, front-loaded with the primary action, and immediately informs about optional capabilities. No 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?

Given the rich schema (all parameters documented) and the presence of an output schema, the description is largely sufficient. It communicates the core scope and optional bundled actions. However, it does not mention whether the optional actions are atomic or how they interact, but this is a minor gap given the complete structured metadata.

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?

The schema covers 100% of the parameters with detailed descriptions, so the description does not need to compensate. The one-sentence description adds no information beyond the schema, but the schema already provides examples, formats, and usage tips for each parameter, making the baseline 3 appropriate.

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 'Update an issue and optionally transition, comment, and log work' clearly specifies the verb (update), the resource (issue), and the optional additional actions. This distinguishes the tool from single-purpose siblings like jira_transition_issue and jira_add_comment, as it is a combined update/transition/comment/worklog tool.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus the many specialized siblings that perform the same individual actions (transition, comment, worklog). While it implies that multiple actions can be combined, it does not state when to prefer this tool or when to use the dedicated ones instead, leaving the agent without clear selection criteria.

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/hieptran87/atlassian-mcp-server'

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