Forums

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

Jira API 7.7.1

Chandan Gupta
Contributor
September 5, 2018

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.

com.atlassian.jira.workflow.migration

 

Any idea???

1 answer

0 votes
Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2018 edited

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.  

Chandan Gupta
Contributor
September 5, 2018

No luck Rambabu..

I am trying to do override configure method in addProjectHook implementation :

MigrationHelperFactory migrationHelperFactory = ComponentAccessor.getComponent(DefaultMigrationHelperFactory.class);

But still same issue ??

Suggest an answer

Log in or Sign up to answer