Receiving this error message in almost every Jira operation in Log files, it is not impacting any major functionality in Jira but it looks awful in the logs.
Can anyone help me how to suppress/resolve this issue?
http-nio-8081-exec-6 ERROR xxxxx 607x827297x1 yqph4i xx.xx.xx.xx,0:0:0:0:0:0:0:1 /browse/JUDI-7901 [c.b.j.j.w.check.valuefield.ValueFieldCheck] Unable to comp
are values for field 'customfield_10431'
java.lang.IllegalArgumentException: Unable to find field 'customfield_10431'
You've got something in your workflow that is trying to check the values of a custom field with something, but that custom field has been deleted from Jira.
You'll need to check your workflow post-functions, conditions and validators.
Thanks Nic I'll check the missing custom fields in the Jira configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Raghu S
Is this custom field in the "global context", meaning that JIra will try to process/load this field everytime you open an issue because of which you might be seeing this error so often in the log file.
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.