Hello Everyone,
I am creating questionnaire screen in JIRA with ration button Fields as answer for each question. Like YES or NO. I have a requirement here to display only the radio button options and hide the field name.
Eg. Field Name: A1 Options: Yes, No
Please share suggestions. Thanks.
Hi Manoj,
Did you get any answer for this?
I have a requirement that hide checkbox field name or label only.
Thanks
Not out of the box. One of the plugins may. You used to be able to add html formatting, but that was discontinued with 6.2.x. The reference is https://answers.atlassian.com/questions/319662
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Joe, I did try with providing below scripts in Description field.
<script>AJS.$("strong[title='Field A']").hide()</script>. But this is not hiding the name.
My requirement is to Hide the radio button field label and show only the options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.