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??
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
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 ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Melina RAMPERSANDS
Luckily, there is! We use the API to achieve just this.
Please read up on the API documentation to find the required commands
This link will take you to the create organization section, but please, read all about the API:
Good luck!
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.