Skip to main content
Glama

bulk_update_issues

Apply the same change to multiple issues at once, updating status, priority, assignee, dates, or custom fields. Tries each issue and reports individual results.

Instructions

Apply the same change to several issues at once.

Useful when the change is identical across issues — moving a batch of cards to a new status, fixing the category for a whole set, assigning a version. There is no equivalent for creation: each issue has its own content, so batching creation would not save anything.

This does not abort on the first error: it tries every issue and reports each individual result.

Every field besides issue_ids uses the same "leave alone" sentinels as update_issue: 0 for IDs, empty string for text and dates, -1 for percentage and hours.

Args: issue_ids: IDs of the issues to change. status_id: new status ID (0 = leave alone). notes: comment appended to each issue's history. priority_id: new priority (0 = leave alone). tracker_id: new tracker (0 = leave alone). category_id: new category (0 = leave alone). fixed_version_id: new target version (0 = leave alone). assigned_to_id: new assignee (0 = leave alone). start_date: new start date, YYYY-MM-DD (empty = leave alone). due_date: new due date, YYYY-MM-DD (empty = leave alone). done_ratio: 0 to 100 (-1 = leave alone). estimated_hours: estimated effort in hours (-1 = leave alone). custom_fields: map of {field_id: value}, e.g. {"1": "5"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
due_dateNo
issue_idsYes
status_idNo
done_ratioNo
start_dateNo
tracker_idNo
category_idNo
priority_idNo
custom_fieldsNo
assigned_to_idNo
estimated_hoursNo
fixed_version_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It reveals that the tool does not abort on the first error, tries every issue, reports individual results, and uses specific 'leave alone' sentinels for all fields, which is substantial behavioral context.

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?

Although long, the description is well-structured and every part adds value: plain-language summary, use cases, error behavior, sentinel disclosure, and parameter documentation. It is front-loaded with the core purpose and uses a clean Args list.

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

Completeness5/5

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

Given the tool's complexity (13 parameters, no annotations, no schema descriptions), the description is remarkably complete. It covers purpose, use cases, behavioral nuances, error handling, sentinel conventions, and parameter semantics, leaving no significant gap for an agent to invoke it correctly.

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

Parameters5/5

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

The description includes a full Args section explaining every parameter, including sentinel values (0, -1, empty string) and formats like YYYY-MM-DD and custom_fields map structure. Since the schema has no property descriptions, this fully compensates and adds clear meaning beyond the raw schema.

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 opens with 'Apply the same change to several issues at once,' which clearly states the verb, resource, and batch scope. It also distinguishes itself from creation and implies comparison to update_issue by referencing its sentinel conventions.

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

Usage Guidelines5/5

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

The description gives concrete scenarios (moving cards to a new status, fixing categories, assigning versions) and explicitly explains when batching is not useful (creation). It also indirectly points to update_issue as the single-issue alternative.

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/alsimoes/mcp-redmine'

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