Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create a custom field containing an URL

Murat Sahan
Contributor
August 14, 2024

Hi! 

I want to add a custom field URL FIELD containing a clickable URL for example 

to: https://www.yahoo.com/?guccounter=1

I did set the Default Value to: 

 

to https://www.yahoo.com/?guccounter=1

But the field shows the url as plain text and it is not clickable. However if I copy & paste the link from the field into a browser it works so the url is correct (I have tried other urls too).

How do I make it clickable? Or should I use some other kind of field and with what formatting then? 

Thanks for any help




2 answers

1 accepted

0 votes
Answer accepted
Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 14, 2024

Hi @Murat Sahan 

 

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. 

Text field.PNG 

URL field.PNG

 

Murat Sahan
Contributor
August 16, 2024

Hi Pasam! I created a single line custom field as suggested and inserted an url as a default value and it unfortunately shows up as plain text Single line URL 1.JPGURL Jira.JPG


Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2024

Hi @Murat Sahan 

 

i have tried with url field while creating a ticket insert the url field as https://www.google.com

after creating ,in the view ticket screen if you click on the url it will redirects the pageScreenshot 2024-08-16 at 4.00.44 PM.pngScreenshot 2024-08-16 at 4.00.15 PM.png

Murat Sahan
Contributor
August 17, 2024

Once again thanks for you help and you are right in the ticket it is an url :) but what I failed to explain (my bad) is that we want it to be an url in the create ticket screen so we can point users to more suitable issue types or a document to be read before filling in some of the fields. 

Anyhow your explanation is valuable since it helped me to better understand how the fields work! 

Vikrant Yadav
Community Champion
August 17, 2024

@Murat Sahan  For this you need to put field description with hyperlink and other details.  So that user can click on the link and see doc before creating a ticket. Adding default value/URL doesn’t work for your scenario. 

Murat Sahan
Contributor
August 17, 2024

Hi Vikrant! Thanks could you please give me an example? 

0 votes
Foma
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 13, 2025

If your goal is to display a clickable link during the “Create Issue” screen, setting a default value won’t make it clickable — Jira renders field values there as plain text for security and consistency reasons.

Best practice:
Add the link as a hyperlinked text in the field description (or help text). Jira supports simple HTML in field descriptions, so you can format it like this:

<a href="https://www.yahoo.com/?guccounter=1" target="_blank">Go to Yahoo</a>

This way, users will see and can click the link directly when creating the issue.

If you’re adding links programmatically or designing interactive UI elements (like buttons or containers) in other systems — for example, a custom app or frontend — you can apply similar logic. For a detailed guide on making UI components interactive, check out this article on flutter clickable container.

That approach keeps your interface intuitive while maintaining Jira’s built-in restrictions.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events