Is there official documentation for error responses in Jira Cloud REST API v3?

I would appreciate documentation that specifies which fields in error responses are required and which are optional.

I have reviewed the documentation linked below,
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#async-operations
and while I can understand the field types and names to some degree,
there is no official specification regarding which fields are mandatory. This makes it difficult to write robust error handling code.

1 Like

Do you mean the format of the error responses themselves? What are you trying to do here?

Yes. I want to know the error response format. My backend server calls Jira api, and I think I need to know the official format to properly handle the error. There is a limit to sending and checking requests one by one.