Hi All
Recently, we have been using the API to create issues to implement the integration between Jira and other systems.
Hello @arno
Yes you must do that manually.
If the request is created through the customer portal, Jira Service Management can automatically associate it with the reporter’s organization.
If the request is created through the API, that automatic association does not happen the same way. Atlassian has an old Server/DC ticket for exactly this case on /rest/servicedeskapi/request, and it was closed as Not a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome. Have great Weekend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @arno ,
This is expected behavior on Jira Service Desk Server (4.13.x).
When a request is created via the customer portal, Jira applies portal-specific logic (including automatic sharing with the reporter’s organization, depending on your project settings). When you create a request via the API, that logic is not always triggered in the same way.
So even if you’re using the same account, the Organizations field will remain empty unless you explicitly set it.
👉 In practice, you have two options:
If you’re integrating Jira with external systems, it’s generally safer to handle Organizations explicitly in your integration logic rather than relying on portal behavior.
Thanks, Dhiren
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.