v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get 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

mapping_mode'teams' | 'repos'

Which type of project mapping is currently being used

Example response

{
  "mapping_mode": "teams",
  "project_repo_map": null,
  "project_teams_map": {
    "10000": [
      1,
      2,
      3
    ],
    "10001": [
      4,
      6
    ],
    "10002": []
  }
}