Search Issue Ids Using Jql

Searches for IDs of issues using [JQL](https://confluence.atlassian.com/x/egORLQ).Use the [Search](#api-rest-api-3-search-post) endpoint if you need to fetch more than just issue IDs. The Search endpoint returns more information, but may take much longer to respond to requests. This is because it uses a different mechanism for ordering results than this endpoint and doesn't provide the total number of results for your query.This operation can be accessed anonymously.**...