issue_attachment_download
Get download URL for attachment or download file directly to local filesystem
How to use it
issue_attachment_download is exposed by the Youtrack MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the issue_attachment_download tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Youtrack MCP
npx -y @vitalyostanin/youtrack-mcp@latestOther tools in Youtrack MCP (39)
string, custom file path relative to YOUTRACKOUTPUTDIR (optional, auto-generated if not provided, directory created if needed)
string, output format when saving to file: jsonl (JSON Lines) or json (JSON array format). Default is jsonl
Get issue change history
Assign issue to user
Delete attachment (requires confirmation: true)
Get attachment info
Upload files to issue
Get list of attachments
Change issue state/status through workflow transitions
Change the issue Type custom field
Add comment to issue
Update existing comment
Issue comments with server-side pagination
Create issue
Issue details with brief/full modes
Create a link between two issues
Delete a link by id for a specific issue (requires confirmation: true)
List available link types (cached single-flight)
List links for an issue with server-side pagination. Returns link id, direction, linkType, and counterpart issue brief
Get information about YouTrack issue. Note: Returns predefined fields including timestamps (created, updated) and basic info - id, idReadable, summary, description, wikifiedDescription, usesMarkdown, created, updated, project (id, shortName, name), parent (id, idReadable), assignee (id, login, name)
Add star to issue for current user
Get status of a YouTrack issue. Returns the State of the issue.
Remove star from issue for current user
Update existing issue
Comments for multiple issues (batch mode, max 50)
Detailed information about multiple issues (batch mode, max 50). Brief (default): predefined fields only. Full (briefOutput=false): adds customFields for each issue
Get information about multiple YouTrack issues (batch mode, max 50). Note: Returns predefined fields including timestamps (created, updated) and basic info - id, idReadable, summary, description, wikifiedDescription, usesMarkdown, created, updated, project (id, shortName, name), parent (id, idReadab
Add stars to multiple issues (batch mode, max 50)
Get all starred issues for current user
Get status of multiple YouTrack issues (batch mode, max 50). Returns the State of each issue.
Remove stars from multiple issues (batch mode, max 50)
boolean, allow overwriting existing files when using explicit filePath. Default is false
boolean, saves results to a JSON file instead of returning directly (useful for large datasets)
Check YouTrack availability and current user
Delete work item (requires confirmation: true)
Get work items for all users with server-side pagination
Get work items for selected users with per-user pagination
Get work items for current or specified user with server-side pagination
Get recent work items sorted by update time (newest first)