Get Multiple Issues
get_issuesRetrieve multiple MantisBT issues by numeric IDs in a single parallel request. Returns counters for requested, found, and failed issues, with null for missing or inaccessible issues.
Instructions
Retrieve multiple MantisBT issues by their numeric IDs in a single MCP call. Requests run in parallel (max 5 concurrent). Missing or inaccessible IDs return null at their array position — the call never fails due to individual missing IDs. Response includes "requested", "found", and "failed" counters for quick validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of numeric issue IDs to fetch (1–50). null is returned per ID on 404/403/error instead of failing the whole call. |