Page History
...
These are the module type specific fields that need to be configured for this import type. All of these fields are mandatory.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Setting | Description |
---|---|
URL | The database connection URL |
Driver | The driver class to use to connect to the database. Place the JDBC driver (*.jar) to the <Jira_INSTALL>/lib folder Don't forget to restart Jira after adding the driver to lib folder. |
Username | The username used to authenticate |
Password | The username used to authenticate |
...
Connection URL with domain for AD authentication:
URL: jdbc:jtds:sqlserver://10.10.1.1:1433/DB;domain=example.com
Driver: net.sourceforge.jtds.jdbc.Driver
...