Hello,
I've got following error when trying to connect to MYSQL database in order to get fields data.
I would like to know how to include MYSQL driver to get connection working.
Thank you.
Good. You don't want to be connecting to the database directly, it's a really bad idea, and the single worst possible way to get to Jira data.
Could you explain what you are trying to do so we can help you with the right way to use Jira?
I've got an email from CustomFields++ developer with the solution. My issue was in URL, the correct string is:
jdbc:mysql://localhost/database
I was missing jdbc: at the begining.
Thank you all.
It looks like you're new here. Sign in or register to get started.