Bulk Create Issue bug

Hello,

I am using the Jira Cloud Api to create issues.

(https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-issue-bulk-post)

Because I am always creating a lot of issues(100+) I use the Bulk Create Issue endpoint.
The endpoint works fine but I am still getting an error as a response. Instead of getting valuable data like issue keys, after 10 seconds of waiting, I get the following error:

Screen%20Shot%20on%202019-11-25%20at%2016-49-04

As you can see the proxy that the Jira Api uses gives a http 500 error, probably because it takes to long for the response. Is there a way this can be fixed?

Hi @BillydeGraaf,
Are you still seeing this problem? If so, can you tell me a bit more about the contents of your REST API call?
It looks as though it’s not Jira but another service that is timing out.
Cheers,
Mel