Hello,
I am using the Jira Cloud Api to create issues.
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:
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?