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 want to make second dropdown mandatory in cascading select field. I am using different fields for different issue types, so I am unable to use the post function option.
Can anyone please suggest.
Thanks in advance
Hi @Krishna Sai Naidu_Jira-Admin
If you are using a 3rd party app like JMWE, you could write a custom script with nunjucks like:
issue.customfield_10103.child?.value != null
You have to replace the number of the custom field with yours.
Thank you for your Quick response,
Our organization don't use any plugins, can we achieve that through any other options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, no. Not that I'm aware of any other solution to be honest. The only out of the box post function is "Field required" validator. Did you use that already?
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.