Skip to content

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

Notifications You must be signed in to change notification settings

Joao208/jira-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira AI

demo-jira-ai.mp4

Jira AI is an application that uses the ChatGPT language model to automatically generate task descriptions in Jira.

Technologies Used

Forge (Node.js) React

Installation

To install Jira AI, you need to follow the following steps:

  1. Clone this repository
  2. Install dependencies by running npm install
  3. Generate your OpenAI credentials Here
  4. Configure Jira API access credentials (Tutorial)
  5. Create an app
# You will only use the `manifest.yml`

# Select the Blank template

forge create
  1. Move the app's manifest to the repository
cat <your_app_name>/manifest.yml > jira-ai/manifest.yml
  1. Create the envs in atlassian:
forge variables set OPEN_AI_URL https://api.openai.com/v1
forge variables set OPEN_AI_KEY <YOUR KEY>
  1. Export envs
export FORGE_USER_VAR_OPEN_AI_URL=https://api.openai.com/v1
export FORGE_USER_VAR_OPEN_AI_KEY=<YOUR KEY>
  1. Deploy the application by running
npm run deploy

forge install

# Choose JIRA and put in your account URL
  1. You are now ready to use.

Usage

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.

Contribution

If you would like to contribute to the development of Jira AI, follow the following steps:

  1. Create a branch for your changes
  2. Submit a pull request

License

This project is licensed under the MIT license. See the LICENSE file for more information.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published