Merging Jira Issue tables by linked issues and keys
Solution
Switch the page to the edit mode.
Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.
Select the macro and click Edit.
In the Presets tab select Custom transformation and click Next.
Enter the following SQL query:
SQLClick Next.
Save the macro and the page.
A Javascript method in joing tables is used for splitting a comma-separated list of linked issues.
The CONCAT_VIEW_AGGR funсtion is used for concatenation and aggregation table data preserving their original formatting.
The FORMATWIKI funсtion is used for adding line breaks.
The GROUP BY statement groups rows that have the same values into summary rows.