ExportController
ConfigurationController
OAuthController
CrowdsourcingToReviewController

获取用例下的所有bug /CTB

请求URL

/relation/CTB GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
useCase string 用例id

返回结果

{}

删除单条bug /remove

请求URL

/relation/remove GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
useCase string 用例id
bug_id string bug id

返回结果

{}

删除一个用例下的所有bug /removeAll

请求URL

/relation/removeAll GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
useCase string 用例id

返回结果

{}