Now and then I have a file named after a issue, e.g. `JIR-123.jpg`. Now when I want to show the path to this file, I monospace the path with {{ and }}:
{{path/to/JIR-123.jpg}}
Unfortunately, Jira automatically links JIR-123 and does not render the monospaced text. I get:
{{path/to<a href="...">JIR-123</a>.jpg}}
Is there a way to prevent Jira from linking the issue?
use the {noformat}path/to/JIR-123.jpg{noformat} quotes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This creates a separate code block, which is not - unlike {{ }} - within the line text flow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use single { } to keep in the text, but then the '{' and '}' will still be visible,
for example : some text : {path/to/JIR-123.jpg} and some more text
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW: why don't you attach the file to the issue and link directly to the file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.