{"id":17675422,"url":"https://github.com/joao208/jira-ai","last_synced_at":"2025-10-05T08:18:15.325Z","repository":{"id":65733809,"uuid":"598414582","full_name":"Joao208/jira-ai","owner":"Joao208","description":"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","archived":false,"fork":false,"pushed_at":"2023-02-11T18:01:41.000Z","size":45,"stargazers_count":34,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T21:38:35.574Z","etag":null,"topics":["chat-gpt","chatgpt","javascript","jira","react"],"latest_commit_sha":null,"homepage":"https://developer.atlassian.com/console/install/e95c7606-e742-4a3a-8c07-fb560f4b9d87?signature=235dfaf6fd658f1d2299304547704254455c75f469527c5fd5c4d013675a72f4fea64e7d154d8f0842f8d6e3d011578125093bed716627dad54fb1c25787e074\u0026product=jira","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Joao208.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-07T03:48:30.000Z","updated_at":"2024-04-18T12:34:39.000Z","dependencies_parsed_at":"2023-02-19T15:16:23.335Z","dependency_job_id":null,"html_url":"https://github.com/Joao208/jira-ai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Joao208/jira-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joao208%2Fjira-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joao208%2Fjira-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joao208%2Fjira-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joao208%2Fjira-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joao208","download_url":"https://codeload.github.com/Joao208/jira-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joao208%2Fjira-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278425743,"owners_count":25984761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat-gpt","chatgpt","javascript","jira","react"],"created_at":"2024-10-24T07:22:20.582Z","updated_at":"2025-10-05T08:18:15.309Z","avatar_url":"https://github.com/Joao208.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira AI\n\nhttps://user-images.githubusercontent.com/59159025/217343115-2dbf1f35-11b9-46ff-bf18-eec7b9153b8c.mp4\n\nJira AI is an application that uses the ChatGPT language model to automatically generate task descriptions in Jira.\n\n## Technologies Used\n\nForge (Node.js)\nReact\n\n## Installation\n\nTo install Jira AI, you need to follow the following steps:\n\n1. Clone this repository\n2. Install dependencies by running `npm install`\n3. Generate your OpenAI credentials [Here](https://platform.openai.com/account/api-keys)\n4. Configure Jira API access credentials ([Tutorial](https://developer.atlassian.com/platform/forge/getting-started/))\n5. Create an app\n\n```bash\n# You will only use the `manifest.yml`\n\n# Select the Blank template\n\nforge create\n```\n\n6. Move the app's manifest to the repository\n\n```bash\ncat \u003cyour_app_name\u003e/manifest.yml \u003e jira-ai/manifest.yml\n```\n7. Create the envs in atlassian:\n\n```bash\nforge variables set OPEN_AI_URL https://api.openai.com/v1\nforge variables set OPEN_AI_KEY \u003cYOUR KEY\u003e\n```\n\n8. Export envs\n\n```bash\nexport FORGE_USER_VAR_OPEN_AI_URL=https://api.openai.com/v1\nexport FORGE_USER_VAR_OPEN_AI_KEY=\u003cYOUR KEY\u003e\n```\n\n9. Deploy the application by running\n\n```bash\nnpm run deploy\n\nforge install\n\n# Choose JIRA and put in your account URL\n```\n\n10. You are now ready to use.\n\n## Usage\n\nAfter 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.\n\n## Contribution\n\nIf you would like to contribute to the development of Jira AI, follow the following steps:\n\n1. Create a branch for your changes\n2. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT license. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoao208%2Fjira-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoao208%2Fjira-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoao208%2Fjira-ai/lists"}