I just need to import an Organizations List (csv file) to Jira SM, just one column there is in this file. It would be possible?
HI @Maximilian S ,
In JSM its not possible. you need to see through REST API if possible
Thanks,
Sachin
@Maximilian S Like @Sachin Dhamale stated you will need to do this through the REST API - https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization/#api-rest-servicedeskapi-organization-post using an application like Postman.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tks for answer me about the first point. It would be possible REST API load a ORGANIZATIONS.csv file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need PostMan to convert it to JSON. the curl script is in the link I provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maximilian, if you are referring to adding Customers and Organizations in bulk, there currently isn't a way to do that. There are a few Suggestions submitted in Atlassian to add that functionality. Feel free to vote for and watch them. JSDCLOUD-9265 JSDCLOUD-1829
You can manually add an organization and then copy/paste customers for that organization.
I found a similar community question here: import-organizations-with-customers-with-csv
This is what was recommended from Atlassian: add-customers-in-bulk-to-your-service-project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.