Why do I get the following error when I create a task in my project board,
Hi Sushma,
Do you have any scripting on custom fields or a third-party app that provides this functionality? You may be able to narrow this down by generating a HAR file and then grep'ing the HAR for 'onchange' to see which script is bringing this in. We don't believe it's default Jira behavior.
It appears there you may have some custom javascript being delivered to the browser that is returning a null value based on the exception being returned to the browser: Exception: Uncaught TypeError: Cannot set property 'onchange' of null.
Our recommendation would be to check the HAR to see if you can narrow down which script added this, as it may need to be modified to work properly within the context of a Software Board.
Hope it helps!
Jennifer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.