There is 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-e8ea95ca-2bab-45d9-bad1-e6cb5e8ad540 JIRA-115 Open

Jira cloud server does not work with the Jira macro because of Java version

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-17b59daf-f041-4880-b69c-f8e621eb4ff4 Thomas Mortagne on 24/Apr/26 11:51
 

I don't think this has anything to do with the jira server. Apparently, the JIRA REST Java Client library require Java 21, but you are running XWiki with Java 17. So I suspect moving your XWiki instance to Java 21 should work too.

In any case, it does not make much sense for the Jira extension to depend on something that require Java 21 since it's supposed to support XWiki 14.10+ (which means requiring Java 17 max, and Java 11 ideally). I guess it means there is no automated test which use this library.