I’ve recently integrated with the JIRA search issues api using JQL. In specific, I’ve been referencing this link => https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get
I haven’t been able to track down very detailed documentation of the response object and the different fragments that may be returned. I see the brief descriptions for the child properties, is there another reference that I should be looking at? More so, I’ve noticed some documents regarding error properties showing the possibility of warningMessages (string array), errorMessages or errors being returned? Any help regarding the response data types/values would be helpful.