This project helps you deploy the Helix app for Confluence so that you can talk to your Confluence instance with natural language, and ask questions like:
- Show me the documents owned by me, Adam Fox
- Display the documents last edited by Bob Gelder
1. Go to [https://app.tryhelix.ai/account](https://app.tryhelix.ai/account) or the corresponding domain for your private Helix deployment and run the "CLI install & login" section, e.g:
export HELIX_URL=...
export HELIX_API_KEY=
-
Copy the example environment file:
cp .env.example .env
-
Edit
.env
and add your Jira information:JIRA_HOSTNAME=https://yourco.atlassian.net [email protected] JIRA_API_KEY=your_jira_api_key_here
Replace the values with your actual Jira instance details and API key.
To deploy the Helix JIRA app:
bash deploy.sh
This script will process your configuration and test it using Helix.