-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3
-
Severity 3 - Minor
-
1
-
Issue Summary
When a request to Jira REST API's "Get Project"
/rest/api/3/project/{projectIdOrKey} with incorrect credentials is made, the wrong status code and message are returned.
Steps to Reproduce
- Send a request to the API Get Project with invalid credentials
Expected Results
The HTTP status 401 "Unauthorized" should be returned.
Actual Results
The HTTP status 404 "Not found" is returned.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available