We have script where we send notification based on the saved Filter. The script was working fine when in the version 7.13.11. But after the upgrade to 8.5.5 we are getting an error the "Cant invoke the method getQuery() on null Object".
Can anyone say why is this happening.
Regards,
Sunil
Your script is may be using a call to the Jira API that was deprecated in 7 and removed in 8. Or it may be using a call that 8 has changed the usage of, and now returns null when given your parameters.
If you want our help fixing your script, we'll need to see it. Specifically the bits that get the object against which you eventually call "getQuery()"
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.