Skip to content

KevsAlex/jira-openai-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-openai-bot

NextNext

This repository demonstrates how to integrate OpenAI's language model with LangChain to interact with Jira. The integration allows for automated ticket creation, updates, and retrieval using natural language processing capabilities.

infraDiagram

demoPostman

Post from medium

https://medium.com/@KevsAlex/integrating-openai-with-private-apis-44ca1c7f088f

Prerequisites

Python 3.9+ Jira Account: Ensure you have access to a Jira account and relevant API keys. OpenAI API Key: Required for accessing OpenAI’s language model. LangChain Library: Install via pip.

Running this Project

For running the server :

   poetry run python app/server.py

Example call :

   curl --location 'localhost:8000/chat?query=PlaceQueryHere'

About

Calls jira api using open ai api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages