v1
latestOpenAPI 3.1.02026-07-261690320.7 KBMap code repo to task tracking projects
Map code repo to task tracking projects
post/task_tracking/mapCodeReposToProjects
Request body
Example request
{
"project_repos_map": {
"10000": [
1,
2,
3
],
"10001": [
4,
6
]
},
"integration_id": 1
}Response
The code repos has been mapped to the task tracker projects
Example response
{
"success": 1
}