Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joao208/jira-ai
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
https://github.com/joao208/jira-ai
chat-gpt chatgpt javascript jira react
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/joao208/jira-ai
- Owner: Joao208
- Created: 2023-02-07T03:48:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T18:01:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T13:20:17.035Z (about 2 months ago)
- Topics: chat-gpt, chatgpt, javascript, jira, react
- Language: JavaScript
- Homepage: https://developer.atlassian.com/console/install/e95c7606-e742-4a3a-8c07-fb560f4b9d87?signature=235dfaf6fd658f1d2299304547704254455c75f469527c5fd5c4d013675a72f4fea64e7d154d8f0842f8d6e3d011578125093bed716627dad54fb1c25787e074&product=jira
- Size: 43.9 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira AI
https://user-images.githubusercontent.com/59159025/217343115-2dbf1f35-11b9-46ff-bf18-eec7b9153b8c.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](https://platform.openai.com/account/api-keys)
4. Configure Jira API access credentials ([Tutorial](https://developer.atlassian.com/platform/forge/getting-started/))
5. Create an app```bash
# You will only use the `manifest.yml`# Select the Blank template
forge create
```6. Move the app's manifest to the repository
```bash
cat /manifest.yml > jira-ai/manifest.yml
```
7. Create the envs in atlassian:```bash
forge variables set OPEN_AI_URL https://api.openai.com/v1
forge variables set OPEN_AI_KEY
```8. Export envs
```bash
export FORGE_USER_VAR_OPEN_AI_URL=https://api.openai.com/v1
export FORGE_USER_VAR_OPEN_AI_KEY=
```9. Deploy the application by running
```bash
npm run deployforge install
# Choose JIRA and put in your account URL
```10. 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.