The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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?