There are 2 updates.
 
 
JIRA Components / cid:jira-generated-image-avatar-32de6e90-651f-494e-bba1-0eadd621e20d JIRA-93 Open

Jira macro displays inline error when followed by another inline macro

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-613f61ef-961e-413f-8da4-86cba8f1534d Changes by Nikita Petrenko on 31/Oct/25 14:34
 
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.