Dear Atlassian Community,
I need a single field, where I can add very longs links, but the are displays as an alias.
Example: My failed google search
I can do this with multi-line, but this takes to much vertical space. Is it possible (maybe with scripts) to archive this single-lined?
Thanks,
Alexander
Wiki markup should help with this if I understand the question correctly.
| Creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space. The [] around external links are optional in the case you do not want to use any alias for the link. Examples: |
Example
[link|https://somereallylongurl.com/morestuff/and/things] would just show "link" as a link to the url you provided on the view issue screen
~Tim
Hey Tim,
I already tried this, it's not working, (...)[...] and [...][...] also not working. I way only able to get it working in a multi-line with rich text editor, but there it's easy, just click the "link" option :S
Please have a look at the screenshot:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found this issue https://jira.atlassian.com/browse/JRACLOUD-69877
Looks like wiki markup in single line text fields are not supported.
"There are two other custom fields we recommend using if rich text is required in the new issue view:
Maybe use the URL field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tim,
the URL field only support URLs, I wasn't able to use an alias / short there. Our URL are really long and I just wanna display Release Version (10 digits).
But thanks for trying, maybe with Scriptrunner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only way I can think of to do it in scriptrunner is a scripted custom field, but I don't believe they are available to cloud users.
Maybe using automation but I can't find anything.
Honestly the best option is to deal with the vertical space on the paragraph field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case I can also use 2 field, one with the full link, one with the short, and script the short one to be the short version of the long. But feels strange to me that Jira isn't able to handling such simple request :(
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.