Hi,
I need "Yes/No" check box option for this custom field "Is already closed?". When i check the box it display "Yes", else it diplay "No" for issue custom field "Is already closed?".
I need only one check box to achieve the above scenario in JIRA.
You'll need some code to do that.
A simple check-box has a label and a boolean flag. It's either set, or it is not. If it is set, it displays the label. If it is not set, it displays nothing.
Your code will need to display a second label when the data is "nothing". You might be able to do this with javascript (find the "empty" in the html and draw something over the top), but you might have to resort to writing your own .vm that will display something (either by editing the core code that handles display of check box fields, or writing your own field type)
Hi Nic,
Thanks for replay. It is possible to achieve this in "On Demand Jira".
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.