This integration allows you to interact with Atlassian Confluence, a popular team collaboration and documentation tool, in order to retrieve articles and search for specific information within those articles using natural language queries.
- Ensure you have access to an Atlassian Confluence instance.
- Obtain necessary credentials and permissions for Confluence API access.
- Have a development environment set up with the required programming language and libraries.
1. Clone this repository to your local machine:
git clone https://github.com/omar3anan/Atlassian-Confluence-Integration.git
2. Navigate to the project directory:
cd your-repo
3. Install the required dependencies:
npm install
or yarn install
4. Configure your Confluence API credentials in the application.
5. Build and run the integration:
npm start
or yarn start
- Use the integration to get all articles from your Confluence document.
- Search inside the retrieved articles by providing a question.
- Apply filters to refine the search and find specific technical keywords within the article content.
Contributions are welcome! Please follow the standard GitHub Fork & Pull Request workflow.
This project is licensed under the MIT License - see the LICENSE file for details.