Hello ,
I have a checkbox field with values - True , False, NA and a date field which i want to show if(True is selected even with other selections) For eg: If NA and true both are selected then also the Date field should appear.
and If "True" is not selected at all, The date field should be hidden.
We are using the JIRA server and have script runner for JIRA installed.
Regards
Priyanka Khare
Hi @Priyanka khare ,
You can check this article https://community.atlassian.com/t5/Adaptavist-questions/Show-Hide-custom-field-based-another-another-field-value/qaq-p/963847.
I am still unsure why would you have the field as checkbox field. If the values are Yes and No, it should be a single select (radio button, single select list). Checklist allows to take multiple values as inputs and in your case, "Yes" and "No" are mutually exclusive values.
Hello @Niranjan Thankyou for your reply. The field is checkbox because we have 6 different options and would want to show the date field based on one of the options. In my question, I should have given the values as(A, B,C,D,E,F) instead of True, False and NA for better understanding.
I want that-
1.If option D is ticked( D is an option of a checkbox field) then the Date field(Compliance Date) should be visible or else It should be hidden.
2. Even if D is ticket along with (A,B,C,E,F) the Compliance Date field should be visible and only hidden if D is not ticked.
Please advice.
Regards
Priyanka
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.