JIRA

Connect and integrate JIRA with Hyper for optimized data ingestion and querying.


Integrating JIRA with Hyper allows for the efficient synchronization of data and the use of Hyper's querying capabilities. This guide provides steps for setting up the JIRA data connector, tailored to JIRA's specific app configuration process.

Connecting JIRA in the Hyper UI

  1. Access Hyper UI: Log into the Hyper user interface.

  2. Navigate to Data Sources: Find the section where you can manage your data sources.

  3. Add JIRA: Select JIRA from the list of available data sources to begin the connection setup.

  4. Authenticate: Authenticate using your JIRA credentials to allow Hyper access to your JIRA data.

  5. Select Data: Choose the JIRA objects or reports you wish to sync with Hyper.

  6. Initiate Synchronization: Configure the sync settings to start the data ingestion process into Hyper.

JIRA OAuth Configuration

  1. Create a JIRA Connected App: Go to your JIRA instance and create a new connected app with OAuth settings.

  2. Obtain API Credentials: After setting up the connected app, take note of the consumer key and consumer secret.

  3. Set Callback URL: Configure the callback URL provided by Hyper to ensure proper OAuth flow.

  4. Implement OAuth Flow: Within your application, implement the OAuth flow to enable users to authorize access to their JIRA data.

  5. Exchange Authorization Code for Access Token: Following user authorization, exchange the authorization code for an access token and refresh token.

  6. Securely Store Tokens: Ensure that both tokens are stored securely within your application.

  7. Handle Token Refresh: Implement token refresh logic to maintain access when the current token expires.

Querying JIRA Data with Hyper

After integrating JIRA with Hyper, you can:

  1. Ingest Data: Use Hyper's API to ingest data from JIRA.

  2. Apply RAG Queries: Perform complex RAG queries on your JIRA data for deeper insights and analytics.

  3. Maintain Data Freshness: Utilize the automatic synchronization feature to keep your JIRA data up-to-date within Hyper.

  4. Leverage Webhooks: Set up webhooks in JIRA to push updates to Hyper, enabling real-time data syncing.

Access Control and Security

When handling JIRA data, it's important to:

  1. Define Access Levels: Clearly define access levels within your JIRA organization.

  2. Enforce Permissions: Use Hyper's access control features to enforce permissions based on user roles.

  3. Manage User Sessions: Monitor user sessions and link them to the validity of JIRA access tokens.

By following these steps, developers can harness the full potential of Hyper's capabilities using JIRA data, maintaining robust security and access control measures throughout the integration process.