获取事项的关联事项列表
GET
/issue/relationship-list请求参数
Query 参数
id
integer <int64>
id
示例值:
1
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
summary
string
问题概要
issueId
integer <int64>
问题id
type
string
关联类型
projectId
integer <int64>
项目id
示例
{
"code": "0",
"data": [
{
"summary": "xxx",
"issueId": 1,
"type": "RELATES_TO",
"projectId": 1
}
]
}
最后修改时间: 4 个月前