The scenario is:
Ticket are opened automatically using a API,
when opening the ticket I know the name of the organization but not the id.
I would like to search for the organization id using the name I already have.
couldn't find the way.
Does anyone know of any way I could extract the organization ID based on the organization name using api?
Hi @Ilia Rahmilov ,
Welcome to the community !!
Go to your service project settings --> Customers.
You can see the Organizations mapped to your project. Click on the name and new page opens. It will have the ID
To see all the organization in your Jira instance, go to Admin settings --> Products --> Organization.
Direct url: https://<baseURL>.atlassian.net/jira/settings/products/servicedesk/organizations
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rilwan,
I need to find it with API, not with the GUI.
Is it possible?
THX
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ilia,
You may try using this experimental api -
GET /rest/servicedeskapi/organization
Cheers!
Sandhya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sandhya,
The experimental api does not have the option to search organization by its name.
still stuck.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Ilia,
Yes, unfortunately this cannot take name as a parameter and get you the results for organization id. We do not have an api for this as of now.
Cheers!
Sandhya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ilia Rahmilov ,
All possibilities regarding Organization api is explained in
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.
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.