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.
- Clone the source code:
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
- Register the app (assuming that you have successfully setup Forge and login):
forge register
- Build and deploy the app:
forge deploy
- Install the app to your Atlassian site:
forge install
- A powerful and flexible framework that supports a wide range of smart functionalities (features) such as:
- Ticket Validation and Recommendations
- Ticket Rewriting
- Ticket Summarization
- Test Case Generation in BDD Format
- Language Translation
- etc...
- Ability to save AI generated contents by:
- Updating ticket description
- Appending to ticket description
- Adding as a comment
- An Configuration page for site admins to manage system prompt and features definition
- Custom Prompts for Extended Functionality
Jira Copilot is open-source and licensed under the GPL-3.0 license.