You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aaron, here enclosed you can find the step by step images to reproduce the issue. Basically I created a new comment with a simple attachment text file, then I attach the comment to an existing JIRA issue and the result in the JIRA issue is the available attachment but the link in the comment has the "Unable to embed resource" error. This is due to the wrong way to include a not image attachment as described.
Hope this help you. I'm available for any further information about.
* Recognize embeddable attachments and just link the rest of the attachments
* Fix and add missing mimes and change them to array form
* Add mp4 as embeddable item
Expected Results:
The attachment would be mentioned in the following format since it's an image:
[^attachment_name.txt]
Actual Results:
!attachment_name.txt!
The file is automatically mentioned as thumbnail which results in an error when adding the comment as thumbnail since the file isn't an image
Unable to embed resource: attachment_name.txt of type text/plain
Please review the issue.go at the following function:
The text was updated successfully, but these errors were encountered: