Hello @Angel ,
If I understand correctly you are trying to add a customer to multiple service desk project using python.
Now, if that's correct, then you can use 2 REST API calls to do so:
In order to authenticate the above REST API calls in your script you can use either Basic auth for REST APIs or OAuth for REST APIs.
For further details please see:
If this is not what you are trying to do, please provide more details.
Cheers,
Dario
Hi @Dario B
I try to add a client to multiple sevice desk with python, usually we add the customer with the client´s email on each service desk then JIRA sends an invitation by mail. I try to do this with python.
I read the url that you share witht me but I couldn´t find the parameter for email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Angel ,
As explained in the already provided documentation pages:
If there is still something unclear please let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Angel
You can add the customers to the projects by looking for the API call that Jira makes when you click on the "Add Customers" button from inside your project. Then you can build a script to add them directly to that project.
Best regards,
Eduardo
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.