Hi,
I'm looking to use jira-python's oauth authentication capability, but the library does not seem to support the option to add users to organization's yet.
The corresponding REST call would be: POST /rest/servicedeskapi/organization/{organizationId}/user
I'm trying to figure out how to authenticate using jira-python and then reuse this authentication to manually execute the POST call above.
Best regards,
Francois
I'm not a python expert, but if the jira library doesn't allow you to add user in to organization you can user the urllib to try a post but you will need to authenticate yourself in the parameters.
Sorry for my english.
Regards
Thanks Mohamed,
However that's the issue I'm trying to solve, especially for oauth since it's taken care of in the library. Trying to see if somehow it's possible to use the library and specify the missing API URL manually while still using the authentication.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Maybe you can take a look at this
https://jira.readthedocs.io/en/master/advanced.html
or try to use the jirashell
https://jira.readthedocs.io/en/master/jirashell.html
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.