Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SettingDescription
Name

Specify a name for your configuration.

URL

The URL to connect to the database.

PostgreSQL example: jdbc:postgresql://localhost:5432/jira8.5.1

Driver

The driver class to connect to the database.

Please do not forget to place JDBC driver (*.jar) to <Jira Installation Directory>/lib folder

and restart Jira after placing the driver class.

DatabaseDriver classDescription
Microsoft SQL Servercom.microsoft.sqlserver.jdbc.SQLServerDriver
MySQL

com.mysql.jdbc.Driver

com.mysql.cj.jdbc.Driver

Connector/J version 5.1

Connector/J version 8

see See https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-versions.html for more information.

PostgreSQLorg.postgresql.Driver
Oracleoracle.jdbc.OracleDriver


UserAn authorized user for the database.
Password

Authorized user password.

Password will be kept as encrypted.

Every time when want to edit a configuration you must enter the password again.

Cron ExpressionDetermine when synchronization should work.
Acting Jira UserA Jira user to perform create, update, delete operations.
Is ActiveSynchronization can be disabled by this option.
Test ConnectionSettings can be tested by clicking Test Connection

...