{% if not item.all-repos-installed? %}
{% ifequal item.webhook-provider-type "azure" %}
Pull Requests integration is enabled, but some of the projects lack the subscriptions (have you deleted them?).
Disable and enable the integration.
Azure DevOps projects with their subscription status:
{% for repo in item.repos %}
{{repo.owner-login}}/{{repo.repo-slug}} :
{% if repo.ci-status-string %}
{{ repo.ci-status-string }}
{% else %}
{% if repo.ci-installed? %}
INSTALLED
{% else %}
NOT INSTALLED!
{% endif %}
{% endif %}
{% endfor %}
{% endifequal %}
{% endif %}
Instead of posting one comment, CodeScene can add discussions to specific lines of files where code degradations and improvements occurred.
By default, CodeScene will set comment thread status to "Active" for findings that degrade the CodeHealth. Control that behaviour using this setting.
When enabled, changes that are high risk have main comment thread status "Active", even if there are no degradations.
You can specify configuration settings or select a Connection Settings preset.
Specify an Azure API token with Code:Read & Write and Service Connections:Read, query, & manage permissions.
Advanced Settings
Specify the Azure API URL. If left blank, a default API URL is constructed from the repository paths.
The external webhooks will call CodeScene using this Host URL. If left blank, the global Host URL is used.