Hello,
I am writing a scriptrunner validator for Done status. I added new custom fields and their IDs are 101112 and 101113 but when I am testing my code I am getting an error which means my IDs are not unrecognizable.
Here is my script : JSON.stringify(issue.customfield_101113).includes('Evet') && issue.customfield_101112 != null
I added to error as a screenshot.
My thoughts are I added these fields just new so maybe they didn't configure this field yet.
I added the fields to the necessary screens.
Just a hunch here: have you confirmed those custom field id values are correct?
They seem to have one more digit than all of your other custom fields.
Kind regards,
Bill
Yes, You were right.
Thank you I checked the ID many many times but after a time I think it got fuzzy for me.
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.