-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JSIS
-
None
-
1
-
Minor
Issue Summary
When you try to access the search API endpoint, and pass incorrect token it returns 200 instead of 401 error https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get
Steps to Reproduce
- Try to use a GET command and make a call
- Enter an incorrect token
Expected Results
- 401 authentication error
Actual Results
200 ok
{ "issues": [], "isLast": true}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available