Hi
I am having so many organization to add to my JSM project. So I want import organization based on project specific.
Is there any option to do organization import using API in JSM??
Hi
Thank you for the reply.
I am able to import the organization to Jira using API but my requirement is I want to import my organization for a specific project.
Example: I am having 2 project named p1 and p2, I want to import the organization named o1 and o2 for p1 and p2 respectively. so I want to import o1 value directly to the project p1 and o2 to the project p2.
Is this requirement possible to do in JSM ??
Hello @Melina RAMPERSANDS
Yes this is also possible. Please check the other sections of the documentation:
https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/#project-identifiers
With the help of above documentation I am able to get the project List. But my requirement is to insert organization to a specific project using API in JSM.
Can you give detail procedure to achieve it ??
Hello @Melina RAMPERSANDS
I am not a developer but I would expect you can alter the URL to something like this:
https://your-domain.atlassian.net/rest/servicedeskapi/projectid:123/organization
That way you will only create the organization into project 123