Download an attachment using REST API
Is it possible to download issue attachments using the Rest API?
Documentation suggests you can ask for the base64 data or the URL : https://www.jetbrains.com/help/youtrack/standalone/operations-api-issues-issueID-attachments.html#get-IssueAttachment-method
Is this a download URL?
Please sign in to leave a comment.
Hi!
I'm Sergey from the Youtrack team.
Thank you for your post.
The documentation link is correct. If you need a download URL, then you need the URL value returned by the endpoint you mentioned. If you need Data URI, then base64Content value is what you are looking for.
Let me know if you have any questions left.