Generate acceptance criteria for Jira tickets with this Chrome extension. The extension scrapes content from <div class='user-content-block'>
and sends it to the OpenAI Completion API (gpt-3.5-turbo model) to generate acceptance criteria.
- Easy and efficient acceptance criteria generation for Jira tickets
- Sends content to the OpenAI Completion API for generation
- Customizable API key settings
- Set your OpenAI API key in the options by clicking the extension icon and selecting "Options".
- Navigate to a Jira ticket page in your browser.
- Click the extension icon and select "Create Test Cases" to generate acceptance criteria.
- Download or clone the repository.
- Open Chrome and go to
chrome://extensions/
. - Turn on "Developer mode" in the top right corner.
- Click "Load unpacked" in the top left corner.
- Select the directory where the downloaded or cloned repository is located.
Contributions are welcome! To contribute, please fork the repository and create a pull request.