Hi,
In real time, we are getting the below error response for few Issue Update calls and it is logged in our application.
API Call : https://xxx.atlassian.net/rest/api/3/issue/[Issue_id]
Method : PUT
Response:
400:Error in response\nstatus : 400\nMessage : Bad Request\nDetails : {"value":{"errorMessages":["INVALID_INPUT"],"errors":{}}}
Here we don't have request data as we can not log it as per security.
We tried with different request format to replicate, but could not replicate.
Could you help us in understanding the root cause of this error response. Also when and what scenarios INVALID_INPUT error response will come
Status 400 may represent any one of the following
Ref here
Please have a look at this documentation for more troubleshooting
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-edit-issues-6291632
Thanks,
Pramodh
Thanks Pramodh.
Can you share the information on below second point, what kind of permission needed and can share one scenario to replicate the issue in test environment
When we revoke the permission to jira software. Getting the response as below:
{
"errorMessages": [
"Issue does not exist or you do not have permission to see it."
],
"errors": {}
}
Thanks for your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.