I would like to create multiple organisations in Jira Cloud via REST API. Is this possible?
I can create one organisation per REST API call, but I would like to create multiple organisations in one Rest API call.
Typically you need to make a continuous call to the same API with the new data set. You can do that in any loop statement if handling the request programmatically. Which would be the best way to do it? or simply just use a free app within the Atlassian marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.