Hi @Ruchi ,
As far as I know the only option is using rest api and it returns JSON not CSV.
The rest api has pagination, it takes 50 organization on each page. You need to modify the start parameter if you have more than 50 organizations.
/rest/servicedeskapi/organization?start=1
Thank you @Mehmet A _Bloompeak_ I tried the above suggestion but why is it giving random organisations , I was expecting to see the 1st 50 organisations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess it returns the organizations ordered by their ids. The ids are generated by the organization creation date. It is not possible to get organizations ordered by name. You need to get all the organization page by page and then combine them into a single json array. Then you can sort it using javascript coding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ruchi , Welcome to the community! There is no option available from UI to export the organization member in csv in JSM. Here is the link to the rest api for extracting the same data to csv using th erest api.
Hope this will be helpful to your query, in case of any query let me know. Thanks
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.
Apology i forgot the share the link: https://developer.atlassian.com/cloud/customer-service-management/rest/v1/api-group-organization/#api-api-v1-organization-organizationid-get
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.