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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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!