We have a Confluence Space Admin that is trying to run a "bulk add/remove labels" built in script in Scriptrunner for Confluence, but gets a "load error" instead of the page suggestions loading. Any suggestions on what else we need to enable so the user can bulk add and remove labels?
Thanks!
Anja Brkljacic
Hi Margaret,
It's possible caused by this bug here: Field server-side behaviour scripts trigger when create/edit window opened before the user has interacted with the field
When you submit the form and an error message is thrown, it reload the screen and the field server-side behaviour scripts triggered before/without interacting with the field.
That is not my experience...
What I normally see is that the script runs once when you open the screen (be that for create, edit or any transition) and the form is initialized with its starting value. FOr create that could be "null" or the default value for the context. For edit/transition, that would be with the value coming from the issue object in the back-end.
Then, it executes only when you change the value.
I've never seen it executing when submitting the form.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.