-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When a request to Jira REST API's "Add actors to project role" with incorrect credentials is made, the wrong status code and message are returned.
Steps to Reproduce
- Send a request to the API Add actors to project role 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