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

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/

Suggest an answer

Log in or Sign up to answer