I have a drop down custom field X and Text Custom field Y in create screen of EPIC.
Lets say Drop down custom filed has values A and B.Now if we select A ,Text filed should be made mandatory and when we select B it should be made optional.
We have recently started using Script runner.Any help would be greatly appreciated.
Thanks!
Hi Dinesh,
If you are considering using an add-on which does not require any coding, you can use Dynamic Forms for Jira. It is quite easy to configure what you want and the documentation is well written : Here is a link to a step by step guide.
keep me posted if you need some help with this add-on.
cheers
Hi Mohammed,
Thanks for your response.But as i said , we are using Script runner.Can this be achieved using Script Runner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, ScriptRunner gives you two simple options (actually, it gives you a lot more, but these are by far the better ways to do it, unless you have some odd additional needs we don't know)
1. Create a Behaviour which flips the mandatory/optional flag based on the current content of another field. See https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
2. Create a Validator which can check that a user has filled the mandatory field when the other field is set. See https://scriptrunner.adaptavist.com/latest/jira/recipes/workflow/validators.html
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.