I am trying to create a basic script in python that uses OAuth to authenticate the user in jira. I am hoping to allow the user to make a simple request in jira. I was following the example on the documentation. In the process I have ran into blocks. I have some basic questions on these blocks. I am very new to Oauth and the information on atlassian as well as everywhere else is overwhelming and a little confusing.
In the required setup there are a couple of things that need to be done.
For the generated the keys I followed the link but I am not sure what this means "use rsa options openssl rsa -in mykey.pem -pubout". So what does this mean? One I generate the keys how do I use them in the example script?
Where are the keys stored when generated?
How Important is configuring an application link and do you need to have jira admin permissions to configure an application link?
I am not sure what configure an "Incoming Authentication” exactly means or how to do it?
In general I am really not sure how to do these steps. Does anybody have a fully functional version of the python example complete with all the required steps needed to run the script?
Is the most simple way to do a basic oauth for jira or is there a way to implement a basic scrip in python to authenticate a user using jira that does not need admin permissions?
If you got this far thank you so much for reading and any help would be appreciative
Fortunately the doc is starting to be a quite clear
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
and also, you can start to use more and more tokens
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.