You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created a custom field to display URLs from Aha - so this way if someone has to toggle back and forth between the two system they can simply click a link.
The URL displays but solely as static text, I want it to display as a clickable link. Any idea how I can adjust the custom field so it does this?
Many thanks,
Tony
Hi @Tony Gregory URL is always clickable. If you use URL custom field it would be great.
If you are using Team-Managed Project , then i suggest you to use "Short Text" field. Text field also allow you click on URL and site open on next page.
Please be sure url must contain domain like .com , .io ( for aha), .uk, .in etc...If you add domain JIRA automaticaly treat it as URL and open in new tab.
Thanks
Vikrant Yadav
Hi @Vikrant Yadav it's actually a company managed project and I already have the custom fields as a short text. The URLs coming from a-ha are https://[companyname].aha.io/features/[AhaID] (what's in brackets are generated by aha)
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tony Gregory URL is fine. It should be clickable and open web page in new tab.
I have tested on Text Field ( sigle line) , it's working. JIRA detecting the URL.
If it's a multiline field , then it won't work. otherwise it works for Single Line text field and URL field.
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.
Cool, Glad to hear it works for you :)
Happy Weekend!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tony Gregory ,
Thanks for posting and welcome to the community.
I am assuming you are using Company Managed Project. If you use an URL Field then you can use valid URL to complete this custom field, please check this guide - https://confluence.atlassian.com/adminjiracloud/custom-fields-types-in-company-managed-projects-972327807.html.
I am sharing a screenshot for reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response. I had tried using the URL field before and the issue with using that is, the field is being dynamically populated from Aha into Jira - and I don't want the user to be able to type into or edit that field in any way.
Any other suggestions?
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.
Hello @vik
Is there a way to have "Link Text" and "Link" in a custom field?
We want the links in our Jira's since web links are not exportable or viewable in a filter.
My uses will have links from a SP Directory and the links will be long, we would like to display for example " Document 123" but the link can be the long (ugly) link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've achieved this previously in Jira Server with the help of ScriptRunner to take a one field's input (short ID values) on the Create / Edit screens and then inject predictable URLs around the variable query parameter to render them as nice links in View screens.
I came here hoping there was a more elegant solution for Jira Cloud. Hoping to hear back too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for sharing your solution. I'm a front end user but I'll pass this along.
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.