v1
latestOpenAPI 3.1.02026-07-261690320.7 KBGet project mapping
Get project mapping
get/task_tracking/projectMapping
Query parameters
integration_idinteger
Optional. The id of the task tracker integration when multiple integrations are available
Response
The project mapping
Example response
{
"mapping_mode": "teams",
"project_repo_map": null,
"project_teams_map": {
"10000": [
1,
2,
3
],
"10001": [
4,
6
],
"10002": []
}
}