We have acquired several companies. We need to bulk load their clients into our customer "Client" field in Jira and also bulk load and create Organizations in JSM. The lists need to be exact as our JSM forms link the Org to the custom "client" field values.
We require a tool that is part of the Atlassian security program and meets the need for ISO/SOC2 Certs. Could anyone point us to such a tool?
Thank you,
Sara
You can use the API to create organizations in bulk.
Use endpoint https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization/#api-rest-servicedeskapi-organization-post to create an Org, toghether with an app like postman, you could link a CSV with all organization names and let postman trigger the calls based on the rows in the file
The same can be done with clients.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.