There are 3 updates, 2 comments.
 
 
JIRA Components / cid:jira-generated-image-avatar-b08637bb-f7a0-4a61-a4b4-e85150978af4 JIRA-111 Open

Paste feature does not work if JIRA instance URL configured in Administration contains a slash at the end

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-7c3f7a13-0db0-4e1f-93e7-a98c8e61d927 Changes by Teodor Caras on 21/Apr/26 14:43
 
Attachment: image-2026-04-21-15-43-31-254.png
 
cid:jira-generated-image-avatar-b20d5ed2-0df3-4fde-bf67-c601c46a5ea8 Changes by Vincent Massol on 21/Apr/26 14:49
 
Attachment: Screenshot 2026-04-21 at 14.50.02.png
Attachment: Screenshot 2026-04-21 at 14.49.11.png
 
 

2 comments

 
cid:jira-generated-image-avatar-7c3f7a13-0db0-4e1f-93e7-a98c8e61d927 Teodor Caras on 21/Apr/26 14:44
 

Isn't `https://jira.xwiki.org/` a misconfiguration? Vincent Massol 

The Jira macro does not seem to function if I configure such an instance.

44721_image-2026-04-21-15-43-31-254.png

 
cid:jira-generated-image-avatar-b20d5ed2-0df3-4fde-bf67-c601c46a5ea8 Vincent Massol on 21/Apr/26 14:50
 

Teodor Caras Thx for checking. Two remarks about this:
1) The jira macro works for me when I use https://jira.xwiki.org/. It's just the paste plugin that doesn't work.
2) Even if it didn't work, we need to make it work for usability reasons, since users could very well add the trailing slash. All we need to do is remove the trailing slash in the code.

For 1), I've used:

_thumb_44722.png

And:

{{jira id="xwikiorg"}}
XWIKI-2484
XE-291
XWIKI-3677
{{/jira}}

I get:

_thumb_44723.png

Not sure what we're doing differently.