ODBC Driver for Jira

Connection String Parameters - ODBC Driver for Jira



Jira ODBC Connection String Parameters

There are three connection types that are available for ODBC Driver for Jira, please see connection string parameters below.


Parameter Description

Authentication

Use this parameter to specify the authentication type you want to use.

Domain

Use the parameter to specify the URL to the ODBC Driver for Jira. Available in Basic authentication.

If new domains appear, you can specify them by yourself in the connection string or in the cofiguration dialog.

Environment

Use this parameter to specify whether you want to connect to local server or remote cloud server.

API Version

Use the parameter to select the version of API protocol you want to use for connection.

Connecting to Jira via API Token

API Token

Use this parameter to specify the code for identification and authentification in the ODBC Driver for Jira system. Available in Basic authentication.

User ID

Use this option to supply a unique User ID for login. Available in Basic authentication.

Connecting to Jira via OAuth

Cloud Name

Use this drop-down list to select the Cloud Name you want to use for connection. This information is automatically filled after Signing in to Jira

Cloud ID

Use the parameter to indicate the password for the User ID you are using.

Refresh Token

Use the parameter to indicate the refresh token that authorizes the driver to access your ODBC Driver for Jira data.

Connecting to Jira via Local Server

Password

Use the option to indicate the password for the User ID you are using.

User ID

Use this option to supply a unique User ID for login. Available in Basic authentication.

Proxy Settings

Proxy Server

The proxy hostname or IP address.

Proxy User ID

The proxy server account ID.

Proxy Password

The proxy password.

Advanced Settings

Allow NULL strings

To retrieve metadata, not all parameters according to MSDN can accept a null value. If NULL, the driver should return an error. But some 3rd-party tools pass NULL to the parameters. These options should be enabled for compatibility with such tools.

Empty strings as NULL

Connection Timeout

The time (in seconds) to wait for a connection to open before terminating an attempt. The default value is 60.

ODBC Behavior

Used to set the behavior corresponding to the ODBC specification version that a third-party tool expects. The behavior of ODBC driver can be changed by setting a value for the SQL_ATTR_ODBC_VERSION attribute by calling the SQLSetEnvAttr function. But some third-party tools expect the driver to exhibit ODBC 2.x behavior, but forget to call SQLSetEnvAttr with the specified version or pass an incorrect value there. In this case, the required behavior can be explicitly specified in the Connection String by setting the ODBC Behavior parameter. The possible values are:

  • Default - default ODBC behavior determined by a third-party tool.
  • Ver 2.x - ODBC 2.x behavior is explicitly set.
  • Ver 3.x - ODBC 3.x behavior is explicitly set.

RegionalNumberSettings

Enables the use of local regional settings when converting numbers to strings.

RegionalDateTimeSettings

Enables the use of local regional settings when converting dates and times to strings.

ReturnForeignKeys

Use the parameter to specify whether the driver must return foreign keys. Retrieving metadata about foreign key constraints is a time-consuming operation; many third-party tools request foreign key metadata even whey they do not actually need this information. Note that enabling the option may degrade performance of data access operations. The default value is False.

String Types

Sets the string value types returned by the driver as Default, Ansi or Unicode.

  • Default - the driver defines the string types.
  • Ansi - all string types will be returned as SQL_CHAR, SQL_VARCHAR and SQL_LONGVARCHAR.
  • Unicode - all string types will be returned as SQL_WCHAR, SQL_WVARCHAR and SQL_WLONGVARCHAR.

The parameter value should be changed if any third-party tool supports only Ansi string types or Unicode ones.

QueryTimeout

The time to wait for a query execution result before terminating and generating an error.

UTC Dates

Specifies whether all the datetime values retrieved from the data source are returned as UTC values or converted to local time and whether the date values specified on the application side (e.g., in SQL statements) are considered UTC or local. The default value is false.

ODBC Driver for Jira Connection String samples

API-key Authentication

DRIVER={Devart ODBC Driver for ODBC Driver for Jira};Domain=example.jira.com;User ID=youruseerid;API Token=yourapitoken

OAuth Authentication

DRIVER={Devart ODBC Driver for ODBC Driver for Jira};Refresh Token=yourrefereshtoken;Cloud Name=yourcloudname;Cloud ID=yourcloudid

Local Server Authentication

DRIVER={Devart ODBC Driver for ODBC Driver for Jira};Domain=example.jira.com;User ID=youruserid;Password=yourpassword

© 2015-2024 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback