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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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