I’m struggling to get a very simple Jira Automation → Confluence use case working and would appreciate guidance on the correct supported approach.
What I’m trying to do
Using Jira Automation, loop through linkedIssues and create/update a Confluence Cloud page containing a table with the following columns:
Source issues are standard Jira issues (some created via Jira Product Discovery connections, which I understand are implemented as issue links).
What Works
{{lookupIssues.size}}
{{#lookupIssues}}{key}}-{{summary}}-{{status.name}}{{/}}
This renders all the content as a stream of text..which proves I have the data
What I’ve tried
Wiki markup table syntax
|| Key || Name || Status || Start Date || End Date ||
| ABC-1 | Example | In Progress | 2026-04-01 | 2026-05-01 |Result: Automation fails Could not parse page content. I
Even If I remove smartvalues the markup is not interpreted
HTML table syntax
Result: HTML tags rendered literally (<tr>, <th> visible on the page).
Looked for (but do not see) the older option:
Environment
What I need help clarifying
Happy to provide screenshots, rule JSON, or page IDs if helpful.
Thanks in advance for your help
Kind regards,
J
Solved it
Well done solving your own question!
Yes, and...as you are using the result of a Lookup Work Items action to build the table, remember to add a Smart Values Condition before that to confirm results were found. Otherwise that table create syntax will fail with strange errors due to nulls in the content.
For example:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.