评论列表
codingsc 2024-02-20 15:42:21 回复
解决BUG有专门的API吗
回复
API:
/bugs/:id/resolve

请求示例:
{
"resolution":"duplicate",
"duplicateBug":5,
"resolvedBuild":"trunk",
"resolvedDate":"2023-07-02 20:10:45",
"assignedTo":"admin",
"comment":"resolve this bug"
}