Hi ,
Is there a way to get swimlanes on Next-gen project based on jql as in the "old" projects?
For example base a swimlane on a label?
Thanks ,
Maria
Hi Abyaka,
This error means that JIRA HTTPS certificate couldn't be found in your local JAVA cacerts. You can either import the certificate as in this doc, or edit JIRA CLI files as following:
Into the jira.sh or jira.bat you'll have a connection string like this:
java -jar `dirname $0`/lib/jira-cli-3.9.0.jar --server https://jira.example.com --user automation --password automation
You could include the parameter -Djavax.net.ssl.trustStore=/path_to_cert
I hope it helps.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.