Hello,
I can create automatically a Test Execution using Json file
"info" : {
"project" : "project"
"summary" : "summary",
"description" : "description",
"user" : "user",
"testPlanKey" : "key",
"testEnvironments": "env",
"version": "version"
}
but I'm not to update the status of this Test Execution.
Is it possible ? If yes, how does it work?
Thanks.
Hi @Cyril
Welcome to Atlassian Community.
Yes, you can update the status of the Test Execution.
Now I can guide the steps only, I will try to post the code,
1) Try to get the Test Execution Key
2) Get the transition ID of the by GET API transitions.
3) Update the status of the Test Execution by transition ID
Vikram P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.