I'm trying to open Scriptrunner in IntelliJ Idea unsuccessfully for the last 2 weeks.
1. Installed IntelliJ Idea Community edition and Adaptavist plugin successfully
2. I see the Idea icon in Scriptrunner and went past the accept certificate and connected to localhost page successfully
After this step, I click on Idea icon and everytime it says "Editor reported a failure... please check IDEA logs.".
This is the error reported in the Idea log file: "Caused by: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown".
Please help me in launching scriptrunner successfully in IntelliJ Idea.
I tried this inside a listener and it worked:
if (flag==true)
{ versionManager.createVersion(versionp, null , null, null, projectPatch, null); //PR project versionManager.createVersion(versionp, null , null, null, 11901, null); //wbl project versionManager.createVersion(versionp, null , null, null, 11503, null); //RB project versionManager.createVersion(versionp, null , null, null, 12900, null); //RM project versionManager.createVersion(versionp, null , null, null, 13100, null); //Technical B project versionManager.createVersion(versionp, null , null, null, 12300, null); //Test B project versionManager.createVersion(versionp, null , null, null, 11900, null); //wsi project }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.