|
| Summary: |
Jira macro displays inline error during usage with table on page when followed by another inline macro |
| Description: |
h3. Steps to reproduce: # Add the below as page source on any test page{code:none} {{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}}
{code} # Preview page and then save
h3. 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." h3. Expected result
The result of Jira macro is rendered and displayed on save.
h4. Note
You can force result in view by disabling asynchronization {noformat}http://localhost/xwiki/bin/view/Sandbox/TestPage1?async=false{noformat}. In other cases, a similar result can be observed using other macros, ex. JIRA-70. |
|