How to manipulate customfield

gayatrii April 17, 2016

There is a custom field of type 'Checkboxes' named 'custom1'. it has 3 options as check boxes.
I have a requirement is that if I click option1 checkbox I have to get suboptions(for example checkboxes 4,5).
How to do this in Jira?


Thanks in advance

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.
April 18, 2016

You don't - checkboxes are checkboxes, not cascading-checks.

The easiest approach is to use a "cascading select" instead.  Or, you could try something horrid with javascript and either two fields or making extra check options appear.  Or use the Behaviours from the Script Runner add on to make two checkbox fields to work together.

gayatrii April 18, 2016

Thanks for the quick response Nic. can you please explain the point " use the Behaviours from the Script Runner add-on to make two checkbox fields to work together."

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.
April 18, 2016

Suggest an answer

Log in or Sign up to answer