I want to write an example URL in a JIRA issue description, like
... use the site {{http://localhost/test}} ...
but this gets rendered as a clickable link (even though it is wrapped in the inline code markup). How to get rid of the auto-linking?
In case anyone gets here through a search - you can prevent a link from being active by using the HTML unicode entity for a colon: :
So the enter this:
http://localhost/
and see
http://localhost/
(Hopefully this answer will be rendered correctly 🤞)
I use { and } so the Link is not set but the brackets are shown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you ever find a semi-solution for this?
Our issue is similar. We need to disable the key auto-linking (JIRA-123) in our release management lists where our release package filenames match the JIRA ticket IDs for trace-ability.
Our workarounds are:
I wonder if they will ever create a simple text renderer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make the text field use the text renderer in a field configuration scheme
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need the behavior in the description field. So I'm looking for a syntax trick to achieve that, not a chance in configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not pretty nice but you can wrap it in a {noformat}http://www.....{noformat} macro
It will then look like
www.google.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The noformat macro isn't inline so I cannot use it. (It will create a block element around the URL.) Another solution? Is there like an inline noformat macro? Didn't find anything..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmmh. The only thing I can come up with is {http://www.google.com}. Mask it in some form...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, did work on my local instance of JIRA :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there like an universal escape character that isn't rendered that would "break" the URL so that JIRA doesn't consider it as one? I tried `{{http\://localhost/example}}` but the backslash is rendered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry but I'm out of ideas. I've tried different backslash combinations / positions and none works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are always ugly hacks like finding a Unicode character that looks like a double colon but is not one but one shouldn't really need to use it. Inline noformat is a common solution in most wiki dialects so maybe JIRA will add it one day :)
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.