Hello. I would like to ask for help.
I don't have much development background.
I would like to create a function that displays a comment input pop-up when a custom field value is selected.
Can you create a feature like this?
If possible, what is the process for creating a function?
I'm using ScriptRunner.
Thanks.
Hi @smpark
So, from your description, it appears that you intend for a dialog to appear if a custom field value is selected.
It is not possible to match your exact requirements. I am saying this because, in order for any action to trigger based on a field value change, you will either have to use the Behaviour or the Listener; and in order to display a pop-up via ScriptRunner, you will need to use ScriptRunner's Fragment, i.e the Web Item.
The alternative I would suggest is to the Behaviour and set the warning message when the field value is updated. This is something that is doable.
If the alternative approach is ok, let me know, I will provide some sample coding.
Thank you and Kind regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.