You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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 ,
I think using this simple HTML code should do what you want :
<a href="{{toUrl}}">{{key}}</a>
Let me know if this helps,
--Alexis
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.
as mentioned above, I tried to output to two different types of fields:
1. Url Field
2. Text Field (single line)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexander - Maybe try this:
<a href="{{issue.toUrl}}">{{issue.customfield_10119}}</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.