I've configured the Notification Assistant add-on to automatically send an email when a specific ticket is generated (based upon the summary text).
When I click 'Run now' to test it, the result is a 500 error with the following line in the log file:
java.lang.NoSuchMethodError: com.atlassian.jira.issue.search.SearchResults.getResults()Ljava/util/List;
I have no idea what could be wrong.. any help is much appreciated!
A NoSuchMethodError indicates that there is some plugin that not loaded into Jira that is needed in order to run some command
select * from pluginstate;
Hi Andrew,
we're using:
1. Jira v7.12.2
JIRA Service Desk Application v3.15.2
2. Notification Assistant Version 6.0.1
3. this query gave zero results
thanks for helping!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kris,
I think I figured out what is happening here. That specific plugin version is actually not compatible with Jira 7.x and earlier versions. You can see this in the marketplace listing over at https://marketplace.atlassian.com/apps/1211069/notification-assistant-for-jira/version-history
The 6.x versions of this plugin are specifically made for Jira 8. Hence, the code package it is trying to call here only exists in Jira 8, and not in your Jira 7.12.2 version.
For your Jira 7.12.2, I would recommend using the 5.4.6 version of that plugin (which you can download from that version history page), unless you'd rather upgrade Jira to 8.0.2. Either way should allow you to make this plugin function correctly. I think it would likely be easier to follow these steps instead:
It might be possible to do this without stopping Jira, but this way is one way to make sure that we can clear additional caches that might be in use. I'm not sure if there are any side effects of trying to downgrade this plugin in this manner, so the extra precaution of stopping Jira might be helpful here in getting this plugin working.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.