I am trying to reference an issue attachment in a comment using the format described in other answers. Like this:
[^Example.xlsx]
However, it is not creating a link to the attached document, even though they share the same name. What is interesting, is that if I export the issue as an XML file, I can see that the comment is being created with an href to the file, however nothing shows up on the UI.
Hello @[deleted],
Welcome to Atlassian Community!
On the new issue view, currently, the only way to reference an attachment in the comments is by adding them using the “Files & images” directly in the editor.
The format [^Example.xlsx] works on the old editor (Wiki Markup) and on this new editor (Markdown) it’s not going to render the link correctly.
I tested on my local site and the problem occurs because the Markdown editor adds a \ in front of [^Example.xlsx] after the comment is saved and when removing it (only possible to remove using the old view), the image will show as a thumbnail on the new view.
There are feature requests suggesting the implementation of this ability:
With this said, even if the format [^Example.xlsx] worked, it would renderer the same as using the “Files & images”.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.