"Yes/No" option within one checkbox

srinivasan radhakrishnan
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 9, 2013

Hi,

I need "Yes/No" check box option for this custom field "Is already closed?". When i check the box it display "Yes", else it diplay "No" for issue custom field "Is already closed?".

I need only one check box to achieve the above scenario in JIRA.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 9, 2013

You'll need some code to do that.

A simple check-box has a label and a boolean flag. It's either set, or it is not. If it is set, it displays the label. If it is not set, it displays nothing.

Your code will need to display a second label when the data is "nothing". You might be able to do this with javascript (find the "empty" in the html and draw something over the top), but you might have to resort to writing your own .vm that will display something (either by editing the core code that handles display of check box fields, or writing your own field type)

srinivasan radhakrishnan
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 9, 2013

Hi Nic,

Thanks for replay. It is possible to achieve this in "On Demand Jira".

Suggest an answer

Log in or Sign up to answer