How to find which object is expected

Calderara Serge 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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