/
Connecting using JDBC
Connecting using JDBC
Connecting your external tools is as simple as to any other JDBC datasource:
- Use our jdbc driver (see attachments) - import it to your tool or leave it on a class path.
- Choose driver class - class com.codedoers.jira.smartql.jdbc.Driver.
- Fill parameters which will point the driver to your JIRA instance.
- Use newly created datasource straight from your JIRA.
Driver parameters
Parameter | Notes |
---|---|
URL | HTTP(s) URL to your JIRA instance, like jdbc:smartql:jira:url=http://localhost:2990/jira |
JIRA_USER | Your user in JIRA |
JIRA_PASSWORD | Your password in JIRA |
Driver does not support logging in through USER and PASSWORD properties. Use JIRA_USER and JIRA_PASSWORD for that.
Driver itself connects to Jira through HTTP(s), very similar to using REST API. So it should be every proxy and NAT friendly.
Download driver
Compatibility matrix & download previous versions
, multiple selections available,
Related content
Using builtin SQL navigator
Using builtin SQL navigator
Read with this
Exporting issue searches & JQL queries to SmartQL
Exporting issue searches & JQL queries to SmartQL
Read with this
Using Power BI with ODATA
Using Power BI with ODATA
Read with this
Accessing data guarded by Jira permissions, roles and groups.
Accessing data guarded by Jira permissions, roles and groups.
Read with this
Function JQL
Function JQL
Read with this