The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

NoClassDefFoundError in IssueTab plugin

aas
Contributor
September 7, 2020

I've made IssueTab plugin, where I use JqlQueryParser and JqlParseException classes to show info in my custom tab, but when I start my plugin, I have 

java.lang.NoClassDefFoundError: com/atlassian/jira/issue/search/SearchException. 

In my pom.xml I have  

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency> 

How can I fix it? Glad to any help.

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.