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
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/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.