The Jira-ChatGPT Integrator is a powerful tool that combines the capabilities of Jira with the intelligence of ChatGPT to streamline the ticket creation and management process.
The repository is organized into two main directories:
backend
: Contains the Python backend code which handles interactions with Jira and ChatGPT.frontend
: Contains the Vue frontend application where users can interact with the system.
- Python 3.x
- Node.js and npm
- Jira Account/API Token
- OpenAI API Key (for ChatGPT)
-
Backend Setup:
- Navigate to the
backend
directory and review thebackend/README
for setup instructions
- Navigate to the
-
Frontend Setup:
- Navigate to the
frontend
directory and review thefrontend/README
for setup insructions
- Navigate to the