There is 1 update, 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-38e8a777-bae3-42cf-9d63-de7762538779 JIRA-58 Open

Failing to render the jira macro results from time to time

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-0d085622-d275-43f5-a9f2-51cf1f2955c1 Changes by Vincent Massol on 27/Jan/26 10:13
 
Assignee: Vincent Massol
 
 

1 comment

 
cid:jira-generated-image-avatar-0d085622-d275-43f5-a9f2-51cf1f2955c1 Vincent Massol on 27/Jan/26 10:12
 

My first suggested solution to remove the empty/null ID parts in the JIRA macro was mostly to have a quick fix with an easy and fast upgrade path for xwiki.org that doesn't require a full XWiki upgrade or a manual patch.

That's definitely the easiest and we/I can do that easily by just removing

id.add("");

from the createId() method.

However, we need a JIRA for platform too, so that the removal of empty segments is done at the level of AbstractBlockAsyncRenderer#createId() or even beyond (simplest) and then later move to a HASH for ex.