SonarQube Associates build with work items

I’ve installed a local SonarQube Server and integrated in our CI as documented here:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops/ (self-hosted agent)
Everything is working, but when the build completes successfully it automatically associates it with work items.
How are these work items determined? Where do I disable this option

Hi,

When you edit your build pipeline, on the “Options” tab, you have a trigger “Automatically link new work in this build” that is enabled by default.

Could you disable it and see if it solves your problem ?

Thanks.

1 Like

That was it. Thanks