Summary
The board configuration allows selecting custom fields to be displayed on cards, but the selected fields are not appearing in the cards.
This affects:
Environment
- Windshift self-hosted
- Docker deployment
Steps to Reproduce
- Open a board.
- Go to Configure (board settings).
- Go to card fields.
- Select custom fields (created through the custom fields settings).
- Save.
- Return to the board view.
- Open or refresh the cards.
Actual Behavior
The selected fields are not displayed on cards.
Examples:
- Custom fields enabled in board settings do not appear.
The card UI remains unchanged.
Expected Behavior
When a field is enabled in the board configuration, it should appear on the corresponding cards.
Example:
Board settings:
Card fields visibility
☑ Priority
☑ Due date
☑ Writer
☑ Project Path
Expected card display:
Task title
Priority: High
Due date: 2026-08-10
Writer: John
Project Path: /project/example
Additional Information
I initially thought custom fields were missing because there was no clear indication of where to create them, but after finding the custom fields configuration, the issue appears to be that fields cannot actually be rendered on cards.
The configuration UI suggests that fields can be selected for card visibility, but the card rendering does not reflect the selection.
Possible Cause
Possible issues:
- Card rendering is not loading the configured visible fields.
- Board field visibility settings are not being persisted.
- Frontend cache/state is not refreshed after changing field visibility.
- Custom fields and system fields may not be connected correctly to the card component.
Request
Please verify the card field visibility flow:
- Field creation
- Board visibility configuration
- Card rendering
Thanks!
Summary
The board configuration allows selecting custom fields to be displayed on cards, but the selected fields are not appearing in the cards.
This affects:
Environment
Steps to Reproduce
Actual Behavior
The selected fields are not displayed on cards.
Examples:
The card UI remains unchanged.
Expected Behavior
When a field is enabled in the board configuration, it should appear on the corresponding cards.
Example:
Board settings:
Expected card display:
Additional Information
I initially thought custom fields were missing because there was no clear indication of where to create them, but after finding the custom fields configuration, the issue appears to be that fields cannot actually be rendered on cards.
The configuration UI suggests that fields can be selected for card visibility, but the card rendering does not reflect the selection.
Possible Cause
Possible issues:
Request
Please verify the card field visibility flow:
Thanks!