Hi there!
I’m not sure if I understood things right or found a bug here…
I have a project variable with two values:
The Scope for Value “1” is defined like this: (This is the default value I need for almost all of my tenants)
The Scope for Value “2” is defined like this: (This is the value I need for a few very special tenants, so I added a Tag from the AllInOneHelper Tagset to define a smaller scope)
One of these special tenants looks like this:
All of my other tenants have a different Tag from the AllInOneHelper Tagset, for example this one:
Now, if i check my deployments or the variable preview, my special tenant is using the default value:
For me, it looks like the scoping mechanism is not using all Tagsets to find out the most specific variable value
Is this behaviour by design or maybe a bug?
As a workaround, if have added a specific target to my special variable value’s scope. But this may not work for all my use cases.
Thx!
(I’m using version 2023.2.13113)