Hi, I use the table transformer with JQL and table data are from Jira Ticket.
when no issues were found to match jira filter search, confluence will show :
Oops, it seems that you need to place a table or a macro generating a table within the Table Transformer macro.
The query returned no rows.
is it possible to customize this reminder or to show table column titles only without data?
Hi @CYH ,
Please check this thread for an answer.
And you may also use an additional table and the following SQL query in the Table Transformer macro:
SELECT * FROM T2
WHERE(SELECT * FROM T1) IS NULL
UNION CORRESPONDING
SELECT * FROM T1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.