Hello,
I just installed Trail version of scriprunner plugin in JIRA 7.2 server. How to use the built in script ?
i wanted to check if one of the field1 value=yes than filed2 should be mandatory in the same screen.
I did not find any good documentation on how to use the scriptrunner.
under Adminstrator--Addons–Scriptrunner i see script console , Built in script etc but the question is how to use the built in scripts in my JIRA project/workflow
Any help appreciated
Thanks
You will likely want to use a Behaviour rather than one of the built-in workflow scripts. Here is the documentation for The Behaviours Overview. There is also this example, Make a field writable only if..., that looks like it may be a good starting point for you as it shows how to set the Target Field as Required based on criteria.
You cannot make a field mandatory from an issue edit screen or through in-line edit of issue view screen. Such validations can be set on in a workflow transition. Use simple scripted validation in the workflow to check the field one during a transition and set the field two mandatory. Please refer this. https://scriptrunner.adaptavist.com/4.3.4/jira/recipes/workflow/validators/simple-scripted-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.