I'm building an integration with Jira Service Desk, so that a new customer on my app will automatically be set up on Jira to be able to submit tickets, and for those to be routed appropriately.
I've gone so far as to POST to https://[abc].atlassian.net/rest/servicedeskapi/organization to create the organization, but the next step would be to assign an email domain to it so that new users that log in get automatically assigned to that organization. On the Jira portal you can do that on Customer > [click organization] > ... > Manage email domains. How can this be done using the REST API?
Thanks
Hello @Ricardo
How can this be done using the REST API?
It can't be done, since there are no API endpoints for doing it.
If you search JAC for suggestions for JSM Cloud that match 'email domain' you will find JSDCLOUD-14251.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.