Loading repository data…
Loading repository data…
Joao208 / repository
O Jira AI é um aplicativo de inteligência artificial que utiliza o modelo de linguagem ChatGPT da OpenAI para automatizar a criação de descrições de tarefas no Jira. Com uma interface amigável e fácil de usar, o Jira AI torna o processo de criação de tarefas mais eficiente e preciso. Desenvolvido com Forge (Node.js) e React, o Jira AI é uma solução
Jira AI is an application that uses the ChatGPT language model to automatically generate task descriptions in Jira.
Forge (Node.js) React
To install Jira AI, you need to follow the following steps:
npm install# You will only use the `manifest.yml`
# Select the Blank template
forge create
cat <your_app_name>/manifest.yml > jira-ai/manifest.yml
forge variables set OPEN_AI_URL https://api.openai.com/v1
forge variables set OPEN_AI_KEY <YOUR KEY>
export FORGE_USER_VAR_OPEN_AI_URL=https://api.openai.com/v1
export FORGE_USER_VAR_OPEN_AI_KEY=<YOUR KEY>
npm run deploy
forge install
# Choose JIRA and put in your account URL
After installation, you can use Jira AI to automatically generate task descriptions. Simply follow the instructions in the user interface to use the ChatGPT language model.
If you would like to contribute to the development of Jira AI, follow the following steps:
This project is licensed under the MIT license. See the LICENSE file for more information.