get_attachment_url
Retrieve the download URL for an attachment on a YouTrack issue using its issue ID and file name. Supports partial name matching to locate the correct file.
Instructions
Get the download URL for a specific attachment on an issue.
Args: issue_id: Issue ID or URL attachment_name: Attachment file name (partial match) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| issue_id | Yes | ||
| attachment_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |