Forums

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

Integrate Service desk in another application

Sandeep Gadhave December 19, 2016

I want to get all tickets of service desk by creator.

How i can achieve it using OAuth and jquery.

My application in .Net can u pls provide sample code to authenticate rest api using oauth and get all ticket of user from service desk.

1 answer

0 votes
Nic Brough -Adaptavist-
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.
December 19, 2016

Have a look at https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials

That contains simple generic tutorials to do searching and logging-in via OAuth. 

It uses curl to do the calls because that is one of the most clear and simple ways to demonstrate them with a generic but working call.  You should be able to translate them into your language of choice quite easily.

Suggest an answer

Log in or Sign up to answer