Automatically breaking down a user stories into sub-tasks? Creating test cases? Checking requirements quality? All of this can be done quite well by ChatGPT and Large Language Models (LLMs) in general. But how can we integrate an LLM so that we have this functionality directly integrated in Polarion? This post and the upcoming ones willContinue reading “AI Integration (Part 1): A Simple Form Extension Example”
Tag Archives: form extension
Polarion REST API: A Form Extension Example
While the Polarion API was already powerful, you always had to go with classic wiki pages or java extensions in order to create something interactive that could create data in Polarion. With the new Polarion REST API it’s as easy as ever, to create your own interactive reports, form extensions, integrations and more! In thisContinue reading “Polarion REST API: A Form Extension Example”
Creating Form Extensions with Velocity
While you can easily create reports and widgets for Live Report pages with Velocity, you would usually have to create a Java extension in order to create something that will extend the work item view. But with the “Velocity Form”-extension you will be able to create extensions for the work item view as quickly asContinue reading “Creating Form Extensions with Velocity”