You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I have a "Checkboxes" type custom field. I want to add "Uncheck-All" to the options that deselect all the selected ones. Any help would be highly appreciated.
Thanks,
Anil
Hi @Anil
You can use ScriptRunner behaviours or ScriptRunner listener. Both option requires programming skills. Another option is Automation for Jira, it works simillary tu ScriptRunner listener. Let me know which of those add-ons you have and I can help you resolve problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anil,
You might be able to do something like that with Automation For Jira. You could have a rule that checks for when the field is updated and if the Uncheck-All option is selected, then clear the field. This would not happen real time but when the user saved the value for the field. In other words, as soon as they click the option for Uncheck-All, it would not immediately clear the field.
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.