The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Is there an option to put clickable links in the checkbox custom field?

Priyanka khare
Contributor
July 14, 2021

Is there an option to put clickable links in the checkbox custom field?

I added a link as an option in the checkbox field but it is not clickable.

 

Regards,

Priyanka

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Kevin Petersen
February 4, 2022

I found an answer to this.  You can utilize standard HTML in the field option text but you need to enable it in the admin settings as it defaults to off for security concerns.

So it would look like this

<a href="http://www.example.com/jirahelp/fieldhelp.html">get help</a>

See: https://confluence.atlassian.com/adminjiraserver087/configuring-jira-application-options-998872637.html and look at 

  1. Choose  > System
  2. Select General Configuration to open the Administration page. 
  3. Click the Edit Settings button to edit the three sections as described below:

"Enable HTML in custom field descriptions and list item values"

 

Original post located here:  https://community.atlassian.com/t5/Jira-Core-Server-questions/Can-you-add-a-hyperlink-in-a-custom-field-descriptor/qaq-p/927362