There is 1 update, 2 comments.
 
 
JIRA Components / cid:jira-generated-image-avatar-c6165f4f-f5ce-4527-b0f1-2fc99cca23f8 JIRA-95 Open

Jira macro inside list field does not display error in view mode due to async rendering difference

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-941e4c91-95dd-4683-a749-e126914939cd Changes by Nikita Petrenko on 18/Nov/25 08:43
 
Description: Trying to render Jira macro inside list field has to end with error _The "list" style for the "jira" macro cannot be used inline. Click on this message for details._ on view mode because list style doesn't support inline. It fails only on preview during initial creation/editing page.

This is not observed in versions lower than Issue cannot be reproduced on Jira version 11.1.0 . -

 
 

2 comments

 
cid:jira-generated-image-avatar-941e4c91-95dd-4683-a749-e126914939cd Nikita Petrenko on 18/Nov/25 08:49
 

Unfortunately, I can't provide specific example of source code here. Note that the current behavior does not align with the official documentation and can easily confuse users. If the error appears only in edit mode and not in view mode, users may assume it is an issue with the extension rather than a misuse of the macro with a list style that is not supported in inline mode.

 
cid:jira-generated-image-avatar-941e4c91-95dd-4683-a749-e126914939cd Nikita Petrenko on 18/Nov/25 08:52
 
Unfortunately, I can't provide specific example of source code here. In view mode you can force an error by appending the URL with {noformat}?async=false{noformat} and error will be present.

Note that the current behavior does not align with the [official documentation|https://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA/JIRA%20Macro#HUsage] and can easily confuse users. If the error appears only in edit mode and not in view mode, users may assume it is an issue with the extension rather than a misuse of the macro with a list style that is not supported in inline mode.