Forums

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

Insight Dependency Cannot resolve symbol 'ObjectBean'

Wenjing Liu July 27, 2025

Hi all, I want to develop a jira plugin for a new custom field, I hope to use ObjectBean class. I add dependencies like below, however idea reports the error:

Cannot resolve symbol 'ObjectBean'

Thanks in advance for providing some advice.

 

<dependency>
<groupId>com.atlassian.jira.plugins</groupId>
<artifactId>insight</artifactId>
<version>10.13.1</version>
<scope>provided</scope>
</dependency>

0 answers

Suggest an answer

Log in or Sign up to answer