How to add other description text box as a last option for radio button type custom field?

DevOps-Tally_ June 30, 2021

There is a requirement to add "other" option as text box under one custom field type radio button. Please let me know how to achieve this. Is it possible with behaviours, If possible how can I do this?

Please check the attachment FYI.

 

Regards,

Jagan dsnip.PNG

1 answer

0 votes
Laurens Coppens
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 30, 2021

Hi,

 

You can indeed do this with scriptrunner using behaviours.

Therefore you will need to write some code.

Here is the tutorial for behaviours: https://scriptrunner.adaptavist.com/latest/jira/tutorials/behaviours-tutorial.html

And you can find some examples here: https://library.adaptavist.com/search?term=behaviours

 

Basically you need to add a behaviour on the checkbox list, in the code you need to check if other is "checked" and then you need to unhide the other description custom field.

 

Hope this helps,

Laurens

Suggest an answer

Log in or Sign up to answer