Issue properties with JQL Search in Rest API?

The “get issue” rest endpoint permits returning “Issue Properties” as documented here:
https://docs.atlassian.com/software/jira/docs/api/REST/8.22.6/#issue-getIssue

Would it be possible to support returning these same issue properties for the “issue search” endpoint here?:
https://docs.atlassian.com/software/jira/docs/api/REST/8.22.6/#search-search

We store custom data in issue properties that we’d then like to return when the user performs JQL in our plugin. As a workaround, we must query the rest api for each and every issue (thousands) to get the properties using the former rest endpoint, and that is quite inefficient.

Hi @evbo ,

Unfortunately, returning or expanding issue properties in the Jira server’s search issue REST API is not yet supported (kindly check this feature request).

Cheers,
Ian