Your AI-Powered Jira tool
Jira Copilot is an AI-powered Jira tool serving as a Proof of Concept (POC) to demonstrate how GenAI can significantly boost team productivity when working with Jira.
Jira Copilot is developed using the Atlassian Forge framework, utilizing NodeJs for the backend and React for the frontend. This integration ensures a seamless experience within the Jira environment. For Generative AI services, Jira Copilot supports both OpenAI and AzureOpenAI APIs, providing flexibility in choosing the AI infrastructure that best suits an organization's needs.
See Set up Forge for instructions to get set up.
git clone https://github.com/skydockAI/jira_copilot.git
Open config.js file and configure your OpenAI or AzureOpenAPI keys
Install required libraries:
npm install
forge register
forge deploy
forge install
Running for the first time:
Manage system prompt and features definition:
Full UI with pre-defined features:
Feature: Validate user story:
Feature: Re-write user story:
Feature: Summarize ticket description:
Feature: Generate test cases:
Feature: Language translation:
Save AI response: Append to ticket description:
Save AI response: Add as a comment:
Custom request:
Jira Copilot is open-source and licensed under the GPL-3.0 license.