Issue Summary
When a displayCondition is configured on a confluence:contentBylineItem module in a Forge app, the condition is not respected in the Confluence page view. The byline item does not show or hide as configured — the displayCondition setting appears to be silently ignored, with no error surfaced to the developer or end user.
Steps to Reproduce
- Create a Forge app with a confluence:contentBylineItem module.
- Configure the displayCondition property in the manifest to control when the byline item should be visible (e.g. based on a stored app value or a user condition).
- Deploy and install the app on a Confluence Cloud site.
- Open a Confluence page and verify whether the byline item displays according to the configured condition.
Expected Results
The byline item is shown or hidden based on the displayCondition configured in the manifest.
Actual Results
The displayCondition is not respected. The byline item does not behave according to the configured condition. No error or warning is surfaced to the app or the user.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is derived by
-
SCALE-9005 Loading...