I am using Atlassian SDK for development and can see Jira-api-7.7.1 as referenced library.
But i can not see some of the package available into downloaded jar file i.e.
Any idea???
Hi @Chandan Gupta,
It is available in jira-core and please add this dependency in the pom.xml:
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>
Hope this helps you.
Thanks,
Ram.
No luck Rambabu..
I am trying to do override configure method in addProjectHook implementation :
MigrationHelperFactory migrationHelperFactory = ComponentAccessor.getComponent(DefaultMigrationHelperFactory.class);
But still same issue ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.