Hi there,
I am compiling my plugin using java 1.8 and running using jira version 10 it is not working, just need to ask that is it possible please confirm.
Hi @Mahesh Muglikar ,
in addition to @Lucas Modzelewski _Lumo_ answer, please ensure to use the correct Atlassian SDK https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, you need to update
Java 8 and Java 11 end of support
Jira 10.0 has been compiled with JDK 17 with Java 16 language level. This means that from now on you won’t be able to run Jira in lower Java versions (8 and 11).
Check: https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.