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
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pedro, did you have any success on this? Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.