Forums

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

Insight Dependency Cannot resolve symbol 'ObjectBean'

Wenjing Liu
Contributor
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>

2 answers

1 accepted

0 votes
Answer accepted
Wenjing Liu
Contributor
July 30, 2025

I add its dependency by hand, and then it solved.

0 votes
John Funk
Community Champion
February 10, 2026

Hi Wenjing - I am glad you got it solved. I am going to mark your answer as Accepted. Best of luck!

Suggest an answer

Log in or Sign up to answer