History Search which includes issues from the user's history of created, edited, or viewed issues that contain the string in the query parameter.Current Search which includes issues that match the JQL expression in currentJQL and contain the string in the query parameter.curl --location --request GET '/rest/api/3/issue/picker'{
    "sections": [
        {
            "id": "string",
            "issues": [
                {
                    "id": 0,
                    "img": "string",
                    "key": "string",
                    "keyHtml": "string",
                    "summary": "string",
                    "summaryText": "string"
                }
            ],
            "label": "string",
            "msg": "string",
            "sub": "string"
        }
    ]
}