Connecting to Jira
Jira is a cloud or server-based platform for software issue tracking and project management. Use the ACL connector for Jira to access your organization's Jira data.
Before you start
Jira credentials
To connect to Jira, you must gather the following:
- Jira username
- Jira API token (cloud account), or Jira password (server instance)
- the host name of your organization's Jira platform
For help gathering the connection prerequisites, contact the Jira administrator in your organization. If your administrator cannot help you, you or your administrator should contact Jira Support.
Obtaining an API Token
To connect to a Jira cloud account, an API token is necessary for account authentication. To generate a token, log in to your Atlassian account and navigate to API tokens > Create API token. Copy the generated token and enter it in the Password field in the Data Connection Settings panel.
Create a Jira connection
- From the Analytics main menu, select Import > Database and application.
- From the New Connections tab, in the ACL Connectors section, select Jira.
Tip
You can filter the list of available connectors by entering a search string in the Filter connections box. Connectors are listed alphabetically.
- In the Data Connection Settings panel, enter the connection settings and at the bottom of the panel, click Save and Connect.
You can accept the default Connection Name, or enter a new one.
The connection for Jira is saved to the Existing Connections tab. In the future, you can reconnect to Jira from the saved connection.
Once the connection is established, the Data Access window opens to the Staging Area and you can begin importing data. For help importing data from Jira, see Import data using the Data Access window .
Connection settings
Basic settings
Setting | Description | Example |
---|---|---|
Host |
The host name of the Jira cloud account, or Jira server instance. |
https://your_org.atlassian.net |
User | The user account used to authenticate to Jira. | admin_1@your_org.com |
Password |
|
|
Include Custom Fields | In addition to the standard fields in Jira tables, include any custom fields added by your organization. | true |
Advanced settings
Setting | Description | Example |
---|---|---|
Limit Key Size |
The maximum length of a primary key column. Setting the size to 0 will make the key length revert to the original length. This property makes the connector override the reported length of all the primary key columns. |
255 |
Map to Long Varchar |
Controls whether or not a column is returned as SQL_LONGVARCHAR. Use this setting to map any column larger than the specified size so they are reported as SQL_LONGVARCHAR instead of SQL_VARCHAR. |
-1 |
Map to WVarchar |
Controls whether or not string types map to SQL_WVARCHAR instead of SQL_VARCHAR. It is set by default. String columns must be mapped to SQL_WVARCHAR to accommodate various international character sets, so MapToWVarchar is set to true by default. You may set it to false to use SQL_VARCHAR instead. |
true |
Pseudo Columns |
Indicates whether or not to include pseudo columns as columns to the table. This setting is particularly helpful in Entity Framework, which does not allow you to set a value for a pseudo column unless it is a table column. The value of this connection setting is of the format "Table1=Column1, Table1=Column2, Table2=Column3". You can use the "*" character to include all tables and all columns. |
MyTable=* |
SSL Server Cert |
The certificate to be accepted from the server when connecting using TLS/SSL. You can specify any of the following:
If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine will be rejected. |
C:\cert.cer |
Convert Datetime to GMT |
Converts datetime fields to GMT time zone during import. If false, the datetime value is converted to the operating system time zone of the machine running Analytics. |
true |
Proxy Auth Scheme |
The authentication type to use to authenticate to the ProxyServer proxy. This value specifies the authentication type to use to authenticate to the HTTP proxy specified by ProxyServer and ProxyPort. Note The connector will use the system proxy settings by default, without further configuration needed; if you want to connect to another proxy, you will need to set ProxyAutoDetect to false, in addition to ProxyServer and ProxyPort. To authenticate, set ProxyAuthScheme and set ProxyUser and ProxyPassword, if needed. The authentication type can be one of the following:
|
BASIC |
Proxy Auto Detect | Indicates whether to use the system proxy settings or not. Set ProxyAutoDetect to FALSE to use custom proxy settings. This takes precedence over other proxy settings. | true |
Proxy User |
A user name to be used to authenticate to the ProxyServer proxy. The ProxyUser and ProxyPassword options are used to connect and authenticate against the HTTP proxy specified in ProxyServer. You can select one of the available authentication types in ProxyAuthScheme. If you are using HTTP authentication, set this to the username of a user recognized by the HTTP proxy. If you are using Windows or Kerberos authentication, set this property to a username in one of the following formats:
|
john_doe@example.com |
Proxy Password |
A password to be used to authenticate to the ProxyServer proxy. This property is used to authenticate to an HTTP proxy server that supports NTLM (Windows), Kerberos, or HTTP authentication. To specify the HTTP proxy, you can set ProxyServer and ProxyPort. To specify the authentication type, set ProxyAuthScheme. If you are using HTTP authentication, additionally set ProxyUser and ProxyPassword to HTTP proxy. If you are using NTLM authentication, set ProxyUser and ProxyPassword to your Windows password. You may also need these to complete Kerberos authentication. |
|
Proxy Server |
The hostname or IP address of a proxy to route HTTP traffic through. The hostname or IP address of a proxy to route HTTP traffic through. The driver can use the HTTP, Windows (NTLM), or Kerberos authentication types to authenticate to an HTTP proxy. By default, the driver uses the system proxy. If you need to use another proxy, set ProxyAutoDetect to false. |
206.174.193.115 |
Proxy Port | The TCP port the ProxyServer proxy is running on. | 80 |
Proxy SSL Type |
The SSL type to use when connecting to the ProxyServer proxy:
|
AUTO |