Skip to main content
Glama

Assign issue

jira_assign_issue
Idempotent

Assign a Jira issue to a specific user or remove its assignee. Provide an Atlassian account ID to assign, or set unassign: true to clear, ensuring exactly one action per request.

Instructions

Set or clear the assignee of one issue. Pass exactly one of accountId (assign) or unassign: true (clear) — both together is rejected as ambiguous, neither is rejected as intentless. Jira Cloud identifies users by accountId only; jira_search_users turns a display name or email into one. Idempotent: re-assigning the current assignee succeeds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applyNoSet true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply.
issueYesIssue key (PROJ-123) or numeric issue id.
plan_idNoThe single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed.
profileNoNamed credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE).
unassignNotrue clears the assignee. Mutually exclusive with accountId.
accountIdNoAtlassian accountId — the ONLY user identifier Jira Cloud accepts. Turn a display name or email into one with jira_search_users.
Behavior4/5

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

It discloses validation failures ('both together... ambiguous, neither... intentless'), states that Jira Cloud accepts only accountId, and clarifies idempotency by noting that re-assigning the current assignee succeeds. This goes beyond the idempotentHint annotation and the destructiveHint/readOnlyHint flags, with no contradiction.

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?

Three tight sentences: purpose first, then the critical selection constraint, then the idempotency note. Every sentence earns its place and the description avoids repeating schema details verbatim.

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 write operation with rich schema descriptions and annotations, the core call semantics are complete. The main gap is the absence of an explicit return-value description, but the schema's apply and plan_id fields already explain the plan/execute flow.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are already well documented. The description adds value by spelling out the consequences of the mutual-exclusion rule (ambiguous vs. intentless errors) and reinforcing the accountId-only lookup path for assignee selection.

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 first sentence states a precise action — 'Set or clear the assignee of one issue' — with a specific resource and operation. This clearly distinguishes it from update, transition, and comment sibling tools without requiring schema inspection.

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 gives clear procedural guidance: pass exactly one of accountId or unassign:true, and use jira_search_users to convert display names or emails into accountIds. It does not explicitly name jira_update_issue as an alternative, but the dedicated assignee wording makes the intended use unambiguous.

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

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