Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Conflence Page...Loop Through LinkedIssues

Jerry O Sullivan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 4, 2026

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:

  • Key
  • Name (Summary)
  • Status

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

  1. 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 

  2. HTML table syntax

    Plain Text
    <table>
    <tr><th>Key</th><th>Name</th>...</tr>
    </table>
    Show more lines

    Result: HTML tags rendered literally (<tr>, <th> visible on the page).

  3. Looked for (but do not see) the older option:

    • “Convert Jira wiki markup to Confluence storage format”
      This option does not appear to exist in the current Automation UI.

Environment

  • Jira Cloud
  • Confluence Cloud (new editor)
  • Jira Automation (current UI)

What I need help clarifying

  1. What is the official supported way (in 2026 / current Cloud editor) to generate tables in Confluence via Jira Automation?
  2. Is there a required body format (ADF / storage format / markdown subset)?
  3. Are tables from Automation currently supported at all in the new editor?
  4. If this is expected behaviour, is there documentation confirming the limitation?

Happy to provide screenshots, rule JSON, or page IDs if helpful.

Thanks in advance for your help 

Kind regards,
J

1 answer

1 accepted

2 votes
Answer accepted
Jerry O Sullivan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 4, 2026

Screenshot 2026-05-04 130321.pngSolved it

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 4, 2026

Hi @Jerry O Sullivan 

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:

  • smart values condition:
    • first value: {{lookupIssues.size|0}}
    • condition: greater than
    • second value: 0

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events