Open aiwilliams opened 5 years ago
There is a case where Jira answers a 400 response when creating an issue when the user does not have access to the specified project.
400
project
Caused by: StatusCodeError: 400 - {\"errorMessages\":[\"The value 'FACILITIES' does not exist for the field 'project'.\"],\"warningMessages\":[]}
It may be that the project does not exist at all, so this could be tracked as "Project does not exist or is access is not authorized."
There is a case where Jira answers a
400
response when creating an issue when the user does not have access to the specifiedproject
.It may be that the project does not exist at all, so this could be tracked as "Project does not exist or is access is not authorized."