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: 

Unable to add mutiple defects in Zyper testcase

kumar k
March 11, 2020

through automation after test fail i am creating defect and adding that defect to Testcase using below API

/rest/zapi/latest/execution/<ExecutioId>/execute

and body as

{
"defectList": [
"${DEFECT_NO}"
],
"updateDefectList": "true"
}

 

When i reran test again test is failing and creating new defect but in test case it is over writing exiting defect and populating new defect. How can i add 2 defects with out over writing

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question