The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Show Customize reminder in table transformer when no issues were found to match search

CYH
February 17, 2022

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? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Katerina Kovriga _Stiltsoft_
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.
February 18, 2022

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

Fri 11-1.png

Fri 11-2.png

TAGS
AUG Leaders

Atlassian Community Events