url pattern: /search?jql= status!=closed&fields=[id, summary, priority, project]
response
"issues": [
{
"expand": "xxxx",
"id": "xxxx",
"self": "https://xxx",
"key": "xxx",
"fields": {
"summary": "xx xx xxx",
"priority": {
"self": "https://xxx/rest/api/2/priority/2",
"iconUrl": "https://xxx/images/icons/priorities/high.svg",
"name": "P1-Critical",
"id": "x"
}
}
}
Project is not there in the response
I have tried this with multiple inputs the response always skips the last item in the list