Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

add_attachment_from_public_url

Attach files or images from a public URL directly to a Jira ticket using the issue ID or key. Streamlines adding external resources to enhance task management and collaboration.

Instructions

Add an attachment from a public url to a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}/attachments

Input Schema

NameRequiredDescriptionDefault
imageUrlYesThe URL of the image to attach
issueIdOrKeyYesThe issue id or key

Input Schema (JSON Schema)

{ "properties": { "imageUrl": { "description": "The URL of the image to attach", "type": "string" }, "issueIdOrKey": { "description": "The issue id or key", "type": "string" } }, "required": [ "issueIdOrKey", "imageUrl" ], "type": "object" }

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

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/KS-GEN-AI/jira-mcp-server'

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