JIRA Connector is used to index the issue tickets in JIRA.
# **Configuring SearchBlox**
Before using JIRA Connector, install SearchBlox successfully and create a **Custom Collection**.

# **Configuring JIRA Connector**
All the files related to the connector should be available in the same folder that is, all files should be extracted into the same folder.
Contact [[email protected]](🔗) to request the download link for SearchBlox URL connector. The following steps include the example paths for both Windows as well as Linux. In Windows, the connector would be installed in the _C drive_. In Linux, the connector has to be installed in _/opt_.
## **Steps to Configure and Run the URL Connector**
Download the SearchBlox URL connector. Extract the downloaded zip to a folder.
Unzip the archive under _C:\* or _/opt*.
Note:
In Linux, make sure that necessary permissions have been provided to the folder /opt by using the CHMOD command for writing log files and executing jar files.
Configure the config.yml file which includes the directory path of the CSV file and SearchBlox properties as listed in the following:
Column Title | Column Title |
username | JIRA Account UserName |
password | JIRA Account Password |
data-directory | Data Folder where the data needs to be stored Note: This folder should have write permission |
api-key | SearchBlox API Key |
colname | The name of the custom collection in SearchBlox. |
jira-url | JIRA URL from where the issues will be fetched |
url | SearchBlox URL |
includeproject | Projects in JIRA to be included for indexing |
servlet url | SearchBlox Servlet URL. Make sure that the port number is right. If your SearchBlox runs in 8080 port the URLs should be right. |
expire-time | Expire time in minutes |
permanent-url | permanent URLs in the search result. Among the expiring and permanent URL expiring URL is given more preference |
max-folder-size | Maximum size of static folder after which it should be sweeped in MB. |
delete-api-url | Delete API URL. Make sure that the port number is right. If your SearchBlox runs in 8080 port the URLs should be right. |
The content details of config.yml are provided here:
Start running the jiraConnector.exe file for Windows and .\jiraConnectorLinux for Linux
