Skip to content

Helix powered app that talks to Atlassian Confluence

Notifications You must be signed in to change notification settings

helixml/helix-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helix-confluence

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:

  1. Show me the documents owned by me, Adam Fox
  2. Display the documents last edited by Bob Gelder

Setup

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=
  1. Copy the example environment file:

    cp .env.example .env
    
  2. 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.

Deployment

To deploy the Helix JIRA app:

bash deploy.sh

This script will process your configuration and test it using Helix.

About

Helix powered app that talks to Atlassian Confluence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages