I can change status of existing test with rest api but I need to change status of existing test in current testplan with rest api. Is possible set this? Because if test is added into TestPlan and Test status is changed. Test status in testplan is not changed.
Next problem is sets "test execution" into my json with. How to do it?
Json is here:
SyntaxEditor Code Snippet
{ "tests":[ {"testKey":"THD-545", "comment":"", "status":"PASS" } ] }