Actions
User Story #93
closed
JJ
NN
BE: Implement API to mark participation execution result
User Story #93:
BE: Implement API to mark participation execution result
Start date:
11/06/2025
Due date:
11/10/2025
% Done:
0%
Estimated time:
Description
Endpoint: /participation/{pid}/executions/{execId}
Method: POST
Body:
{
"result": "pass",
"issue": "issue link"
}
Response:
com.xiaomi.mtest.models.dto.response.ExecutionResponse
Business logic:
When result is passed, update the TaskCaseExecution status to PASSED, otherwise FAILED.Also update the executeTime and issueLink.
Actions