Administration - Settings: Advanced - DevOps Connector - DevOpsIntegrationToken0 is not available to select
This article is about product releases
ALVAO Azure DevOps Connector 11.2 and higher
Symptoms
DevOpsIntegrationToken0 can't be selected from the drop-down menu because is missing.
Cause
The cause is a bug in ALVAO products.
Solution
Fixed in release 11.2.1534 - 11.2/FIX4 (2024-08-01)
Workaround
On-premise:
Running the following script will add this variable to the list...
declare @PropertyName nvarchar(255) = 'DevOpsIntegrationToken0'
update tProperty set sPropertyValue = isnull(sPropertyValue, '') + ';' + @PropertyName where sProperty = 'AdditionalEditableProperties'
To remove it aftet the fix is released, run the following script:
delete from tProperty where sProperty = 'AdditionalEditableProperties'
SaaS: Write an e-mail to our Custom support and we will add it to the database for you.
Steps to reproduce this behavior
Attachments
Issue number
T161940ALVAO