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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.