Hi everyone!
I made an automation rule and seem to have set everything up, but displays the full address of the link. How to make it output but only as a {{key}} link.
Hi Alexander - Maybe try this:
<a href="{{issue.toUrl}}">{{issue.customfield_10119}}</a>
Hi @John Funk ,
Not. throws an error: Not a valid URL (customfield_10119) for a URl field.
And for "Text Field (single line)" returns: <a href="https://xxxxx .atlassian.net/browse/ID-126"> ID-126 </a>, no link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I use smart valie {{issue.url}} for a custom field type url, I get the following:
And I just need to display ID-126, as a link to the linked task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alexander ,
I think using this simple HTML code should do what you want :
<a href="{{toUrl}}">{{key}}</a>
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alexis Robert ,
Thanks for the answer.
This doesn't work for Url Field:
throws an error: Not a valid URL (customfield_10119)
And if I try to output to: Text Field (single line).
returns: <a href="https://xxxxx .atlassian.net/browse/ID-126"> ID-126 </a>, no link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I though you needed this for an email notification, if it's a custom field then can you please let me know what type it is ?
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.