v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Map code repo to task tracking projects

Map code repo to task tracking projects

post/task_tracking/mapCodeReposToProjects

Request body

integration_idinteger

Optional. The id of the task tracker integration when multiple integrations are available

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

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}