I need a Confluence table that auto-updates via a Jira filter and still keeps my custom notes aligned. How can I implement this?
| TaskID | Summary | Version | Review Notes |
|--------|---------------|---------|---------------|
| T1001 | Feature X | 2.3 | Initial input |
| T1002 | Feature Y | 2.3 | Pending review|
Based on my experience with Confluence and Jira integration, achieving a dynamically updating table while preserving custom notes is a bit of a balancing act. I discovered that embedding the Jira filter macro directly into the table works well for data that changes frequently, but manual annotations can get lost during refresh updates. To mitigate this, I customized the setup by keeping the custom remarks in a separate field or even in a linked page that references the filter output. This way, the filter maintains the data while your custom insights stay intact, allowing for a harmonious blend of both static notes and dynamic updates.
hey i found that keeping the jira table separate from your custom notes helps. you could embed the filter in one section and place your remarks in a linked panel. that way refreshes wont wipe out your updates.