The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How do we access JIRA Insight API with OAuth1

Rajitha Madushan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2022

Hello Community,

I am trying to develop a Python third party application with Jira OAUTH, and the objective will be to call Jira Server API and Jira Insight API, I was successfully managed to call Jira Server API/ Jira Issues, https://jira.readthedocs.io/examples.html#

But I could not get Insight API, Because according to this library I have to pass username and API token, https://github.com/dstengele/python-insight 

But I cannot do this thing and I want to Authenticate Insight API with the same OAuth values, So My question is, Am I capable to do this with OAuth? If yes Someone please provide me with an example. Because I could not find a proper documentation for that, 

Thank you

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Suddha
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 3, 2022

Any authentication that works against JIRA will work against the Insight REST API. So you should be able to authenticate using the same auth method that you use for Jira. 

 

https://insight-javadoc.riada.io/insight-javadoc-8.6/insight-rest/