Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Jira to MindsDB, install the required dependencies following this instruction.
Connection
Establish a connection to Jira from MindsDB by executing the following SQL command and providing its handler name as an engine.url: The base URL for your Jira instance/server.username: The email address associated with your Jira account.api_token: The API token generated for your Jira account.cloud: (Optional) Set totruefor Jira Cloud orfalsefor Jira Server. Defaults totrue.
Usage
Retrieve data from a specified table by providing the integration and table names:The above example utilize
jira_datasource as the datasource name, which is defined in the CREATE DATABASE command.