Radio Button option in Jira Custom Field

Pedro Lyons April 21, 2013

Hi, I would like to set up a radio button option custom field in Jira. I will offer "Yes" and "No" option, if user selects "NO", I would like a text box to open automatically for the user to input some data. Can this be done?

Thanks

2 answers

1 accepted

1 vote
Answer accepted
Faisal
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.
April 21, 2013

Hi Pedro,

JIRA apparently doesn't come with the feature to display a field based on a selection of another field value by default. However, I believe that this perhaps may be possible by writing a simple custom JavaScript.

I did a quick check on this, and I believe that the following documentation may help you to get started to write your own JavaScript in order to achieve the requirement:
- https://confluence.atlassian.com/display/JIRA/Fields+Allowing+Custom+HTML+or+JavaScript
-
https://confluence.atlassian.com/display/JIRACOM/Using+JavaScript+to+Set+Custom+Field+Values

Though it's not much, I hope that this will help.

Pedro Lyons April 21, 2013

This is great help...thank you!!

0 votes
Warren McInnes
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.
April 22, 2013

Hi Pedro, did you have any success on this? Regards

Suggest an answer

Log in or Sign up to answer