Project

General

Profile

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

Added by Justin Jia 17 days ago. Updated 15 days ago.

Status:
Closed
Priority:
MEDIUM
Assignee:
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

Also available in: PDF Atom