add_attachment_from_public_url
Attach a file from a public URL to a Jira ticket by providing the issue key and the image URL.
Instructions
Add an attachment from a public url to a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}/attachments. Do not use markdown in your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | The URL of the image to attach | |
| issueIdOrKey | Yes | The issue id or key |