DevOps Platform Integration settings

Description
We recently moved our repositories from ADO to GitHub and now we need to update the “Configuration name” and “Repository name” values under the “DevOps Platform Integration” setting with the new GitHub Project name and repo name.

My question is if we can automate the update of the “Configuration name” and “Repository name” values under the “DevOps Platform Integration” setting during the first scan when the application is created, similar to how they handle the Project Key?

Hey there!

  1. You can automate setting the GitHub binding via the Web API by using POST api/alm_settings/set_github_binding.
  2. For new projects, if you’re using GitHub Actions, the binding will occur automatically if a matching GitHub configuration exists in your global settings.
  3. However, for existing projects, this binding must be done manually (or via Web API)—it won’t happen automatically.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.