I am using the Table transformer macro to merge a Jira issue filter result table with a manual table.
How do I achieve a merged column for certain rows for the manual column?
e.g.
Manual table
Key | Comment | Col c |
A-1 | Same comment | Additional data |
A-2 | Additional data 2 |
However, in merged table output 'Same comment' appears in two separate rows instead of seeing merged column.
Have read through the documentation but have not found anything on displaying merged rows in output
TIA