Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to use jira service desk java api

monikathakran January 4, 2017

Hi Team,

We are trying to integrate with JIRA Service desk APIs using one of our application for that we could figure out that JSD has provided one java sdk which is available with maven entry as below

<dependency>
<groupId>com.atlassian.servicedesk</groupId>
<artifactId>jira-servicedesk-api</artifactId>
<version>3.1.9</version>
</dependency>

We also understand that we can use methods from interface ServiceDeskCustomerRequestService for creating the new request, but we fail to understand how to get an instance of this class.

Can you please provide some examples with help of which we can integrate with this java sdk

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
mina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 4, 2017

Hi Monika,

You would use OSGi to obtain an instance of that service. This repo here: https://bitbucket.org/atlassian/atlassian-spring-scanner is a good resource to get started. Check out the readme and the example plugin included in there.

Regards.

TAGS
AUG Leaders

Atlassian Community Events