Forums

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

XRAY: I Can"t import iteration status with JSON

Marc Saisse
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 4, 2025

Hello,

In test execution item, I want to import a test result with iterations. status of iteration is not set in execution details.

 

thanks for your help.

 

here is the JSON imported:

 

{ "tests" : [ { "testKey" : "PRJ-47", "start" : "2025-04-03T14:33:00+02:00", "finish" : "2025-04-03T14:33:00+02:00", "comment" : "Successful execution", "status" : "PASS", "iterations": [ { "name": "Iteration 1", "status": "FAIL", "parameters": [ { "name": "M_par", "value": "1" }, { "name": "D_par", "value": "2" }, { "name": "N_par", "value": "3" }, { "name": "E_par", "value": "4" } ], "log": "Success log" }, { "name": "Iteration 2", "status": "PASS", "parameters": [ { "name": "M_par", "value": "10" }, { "name": "D_par", "value": "9" }, { "name": "N_par", "value": "8" }, { "name": "E_par", "value": "7" } ], "log": "Success log" } ] } ] }

 

 

iteration_nostatus.png

1 answer

0 votes
Tuncay Senturk
Community Champion
April 6, 2025

Hi @Marc Saisse 

I think it's best to raise a ticket to Xray support team.

 

Suggest an answer

Log in or Sign up to answer