Using HTML to create a custom field

Cory Golladay September 30, 2013

I am trying to create a custom field to monitor health on our issues. I would like to use fields Green, Yellow, and Red that I use HTML to customize to display these options in BOLD and the coordinating color. Any suggestions?

1 answer

0 votes
EddieW
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.
October 1, 2013

If reading correctly you will need to developer your own custom field to present the desired HTML.

Just declare the module, and write the Java class to return the desired HTML based on value.

https://developer.atlassian.com/display/JIRADEV/Custom+Field+Plugin+Module

You can then use the JIRA admin area to assign the newly installed field to your desired issues and projects.

Suggest an answer

Log in or Sign up to answer