Issue Summary
When using entityPropertyExists with entity: user in Forge displayConditions never evaluates to true in Confluence, regardless of whether the user property actually exists. The Forge docs explicitly advertise this as supported, but the condition always behaves as if the property is absent. The same pattern works correctly in Jira, confirming this is a Confluence-specific gap.
Steps to Reproduce
A minimal repro code was provided and the issue could be reproduced
Expected Results
Content availability should be based on the displayCondition configured in the manifest
Actual Results
Content is always visible regardless of displayCondition
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available