Looking for a plugin that would allow to write HTML in a custom field

Stéphane Genin
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.
June 24, 2012

Hi,

I would like to have a customfield that would allow me to enter this value in edit mode :

<A HREF="http://myserver/mypage.html">Click Here</A>

and that would display a clickable link "Click Here".

Thanks for your help

Stéphane

2 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
June 24, 2012

You might not even need one if you are okay with wiki markup. Just use the wiki style renderer for the Free text field custom field and then you can use links, bullets etc!

https://confluence.atlassian.com/display/JIRA/Configuring+Renderers

1 vote
Dennis Kromhout van der Meer
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.
June 24, 2012

This should be a fairly easy plugin to create yourself with the Atlassian SDK. I would recommend to follow this tutorial: Plugin Tutorial - Creating a Custom Field in JIRA

grundic
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.
June 24, 2012

Keep in mind, that value of custom field should not be escaped - this answer should help.

Suggest an answer

Log in or Sign up to answer