Anybody run into this issue?
[^test.xlsx]
And it is just text, it no longer works as a link.
I guess that markdown (using the ^) is a shorthand for local issue attachments, but in this case since the attachment is on another issue, the markdown breaks.
This even happens if I use the markdown
[Test file|https://jira.example.com/secure/attachment/59727/test.xlsx]
while in text mode, but then edit in visual mode.
I'm guessing this is a bug and may be reported somewhere, but is anyone aware of a work around? Telling users to never use visual mode is not going to work =)
I have the same problem using Jira Software 7.13.5.
Using "[" and "]" at start/end is a workaround for us. But this is definitly a bug in JIRA Software. Have you already raised an issue?
What if you put < > around the URL?
<https://jira.example.com/secure/attachment/59727/test.xlsx>
I don't have a Jira to test in here from home. But I've found other cases where this works.
Or put the URL in a code block
{code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, putting < > around the link just makes the link show up like:
<https://jira.example.com/secure/attachment/59727/test.xlsx>
Which then turns into:
<[^test.xlsx]>
Using a code block works, but then it's not a clickable link anymore. That may be what we have to go with if I can't find another solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.