Steps to reproduce: 
                               
                              - Add the below as page source on any test page 
                              
                               
                              
{{jira url="https://jira.xwiki.org" source="jql" fields="type,key,status,'Flickering Test':'List of flickering tests'"}}
"Flickering Test" is not empty
{{/jira}}
=Title 1
|{{info}}Text{{/info}}
 
                               
                                 
                                
                               
                              - Preview page and then save
  
                                Actual result When you preview, you will see the query result as a Jira table and a simple table with an info box message at the bottom of the page. But after saving the page, the Jira macro will return an error "The "table" style for the "jira" macro cannot be used inline. Click on this message for details."  Expected result The result of Jira macro is rendered and displayed on save.   |