Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find which object is expected

Calderara Serge
Contributor
May 20, 2022

Dear all,

We are using an external test system which is capable to create bugs in Jira based on test results. The integration is made using Webhooks

Actually we have an issue with the creation of a bug and we could not isolate what is wrong.

The return error when bug issue is send from test to jira for creation we get the following error :

  • Bad Jira REST API Request, Jira returned following errors: expected Object
[688d3208-7344-4950-b560-72d35aac2098]
Is there a way to identify from database the object expected corresponding the the GUID in the error above ?
Regards

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2022

No, the database is irrelevant, the question is what the code behind the REST endpoint expects you to send.

What endpoint are you calling, and what are you sending to it?

Suggest an answer

Log in or Sign up to answer