There is 1 update, 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-c1dd53ed-6ded-453c-b9ea-257fa613e850 JIRA-93 Open

Jira macro displays inline error when followed by another inline macro

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-20caf119-0655-4926-8aaf-41236bb99b3e Changes by Nikita Petrenko on 04/Nov/25 11:45
 
Labels: regression
 
 

1 comment

 
cid:jira-generated-image-avatar-20caf119-0655-4926-8aaf-41236bb99b3e Nikita Petrenko on 04/Nov/25 11:53
 

Thanks to Michael Hamann for findings.

Regression caused by https://github.com/xwiki-contrib/jira/commit/beaeb019ee0a4a1b727c460752e91d8933c7c374.

Because of this Jira macro incorrectly determines the inline state in the async context probably because it doesn't clone the macro context and thus reads the inline state from the macro context that is updated by the execution of the other macro inside the table.