This issue has been created
 
 
JIRA Components / cid:jira-generated-image-avatar-777d2ae4-2de0-40b2-b2a5-69b6c0e117e9 JIRA-93 Open

Jira macro displays inline error during usage with table on page

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-08e6e6af-3257-434e-b85e-d4c2bc18acbe Nikita Petrenko created this issue on 31/Oct/25 14:21
 
Summary: Jira macro displays inline error during usage with table on page
Issue Type: cid:jira-generated-image-avatar-777d2ae4-2de0-40b2-b2a5-69b6c0e117e9 Bug
Affects Versions: 11.1.0
Assignee: Unassigned
Components: JIRA Macro
Created: 31/Oct/25 14:21
Environment: XWiki 17.9.0 and Jira 11.1.0
Priority: cid:jira-generated-image-static-minor-4282dd86-969d-4cca-8473-a8e106d810c9 Minor
Reporter: Nikita Petrenko
Description:

Steps to reproduce:

  1. 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}}
    
    
  1. 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.