You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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 @Guru
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 @Guru
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