v1
latestOpenAPI 3.1.02026-07-261690320.7 KBLink existing task to issue
Link existing task to issue group
post/task_tracking/linkTaskToIssueGroup
Request body
Example request
{
"issue_group_id": 1,
"task_id": "10123",
"project_id": "10000",
"scope": "repo",
"scope_id": 11111,
"integration_id": 1
}Response
The task has been linked to the issue group
Example response
{
"success": 1
}