Set a time estimate for a project issue
POST
/v3/projects/{id}/issues/{issue_id}/time_estimateSet a time estimate for a project issue
请求参数
Path 参数
id
string
必需
The ID of a project
issue_id
integer <int32>
必需
The ID of a project issue
Body 参数application/x-www-form-urlencoded
duration
string
必需
The duration to be parsed
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Set a time estimate for a project issue
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前