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>