Hi all,
Am very new to Scriptrunner so I may be misunderstanding but I have been asked to implement it to essentially do validation on the issue create/ edit screens. For example:
Field 1 = ABC
then field 2 drop down must = XYZ
I guess I would either like to provide a validation message or if possible actually modify the second field to change its value based on the first field.
I am just wondering if I can use Scriptrunner in this way at this level? A lot of what I have read indicates that these kinds of transitions can be done during workflows but I am aiming to do them on creation/ edit of tickets.
Any guidance on where to get started in order to write and trigger scripts on create/edit screens would be greatly appreciated!
Hello,
I believe you'll want to start looking into behaviours. There is also an example in the ScriptRunner documentation here that does something similar to what you described. If you want to learn more, you can read through the behaviour recipes.
Hope this helps! Let me know if you have any questions.
Jenna Davis
Hi Jenna,
Apologies another question, I couldnt see a way to get behaviours to throw up a error message so moved on to use simple scripted validators. Although from what I understand these wont work on issue edit?
What should I be using to throw up error messages when users input invalid data on the edit screen?
And am I incorrect in thinking behaviours cant put up error messages to the end user?
All the best,
Bobby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use .setHelpText() and .setDescription() in your behaviour to give messages to your users.
A validator can also be used to do this. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
EDIT: Ignore this, found that this is done at the Workflow level.
Hi,
Many thanks for the advice, I actually found something which I think would be very useful here:
Where are simple scripted validators for create and edit implemented?
All the best,
Bobby
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.