How can I make mandatory a field on Edit Screen with ScriptRunner, the limitation is that I'm on Cloud.
I tried with Listener but looks like first make the event, then listen I cannot avoid the Issue to be updated before the condition passes.
Hi @Daniel Alonso ,
I'm not aware of any app that allow you to make a field mandatory only in the Edit Screen. This is due cloud limitations that doesn't allow the apps to interfere in Edit Screen fields;
Also Listeners are piece of code that are triggered after an event (this can be a issue created, issue updated, new comment, issue deleted...). So basically you are running your code after these actions and you won't be able to do what you want with Listenters.
In your case, you could add this condition in your workflow transition as a Validator, so when the user transition the issue to the next status (you can have also a transition to the same status) you can validate for your field and make it mandatory.
Thanks Italo, that will work partially if the user transition the Issue, nice suggestion.
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.