Hello,
I got a problem with importing Test Execution into Jira via Jira Xray REST API, my simplified JSON looks like this
{
"info": {
"startDate": "2023-01-30T07:45:13+0000",
"finishDate": "2023-01-30T07:45:13+0000"
},
"tests": [
{
"testKey": "STREAM-1457",
"status": "PASS",
"comment": "Comment"
}
],
"testExecutionKey": "STREAM-2185"
}
I am posting it to /rest/raven/2.0/import/execution endpoint and I get in response status 400 with this message:
customfield_13625: customfield_13625;customfield_13615: customfield_13615;customfield_13618: customfield_13618;customfield_13617: customfield_13617
I really don't know what I am doing wrong, because this solution worked for more then a year, but suddenly failed last week and I have not been able to fix it. And the response text is really not particularly helpful.
Could you please tell me what is the problem with my request?
Thank you. :)
Hi @Karel Vrabka -- welcome to the community,
Did you check the fields from the response:
customfield_13625: customfield_13625;customfield_13615: customfield_13615;customfield_13618: customfield_13618;customfield_13617: customfield_13617
Which fields are those? Could there be some change in fieldConfig that those fields might be eg. required now?
Best
Stefan
Hello, thank you for your reply. It turned out to be accidental change in implementation by server admins.
It is solved now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
great to know it´s working now. Please consider to hit the "Accept Answer" button in order to mark this post as sloved and may help other users finding the solution.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.