You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JIRA] add parameter validateQuery for search API (atlassian-api#752)
Allows users to set the parameter `validateQuery` for the Search
API. This can be useful in situations where a request for issue
key(s) contains a deleted issue, preventing:
```
{"errorMessages":["An issue with key 'DELETED-1' does not exist
for field 'key'."],"errors":{}}
```
0 commit comments