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”
Author Archives: PolarionDude
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”
Check out the Polarion Advent Calendar 2022!
Siemens is providing his second Polarion advent calendar containing a wide variety of technical stuff put into the context of christmas. Don’t forget to check it out. It’s great content for all Polarion admins & consultants to get inspired and find out what is possible! 🙂 Find the advent calendar here: Polarion Advent Calendar
The Basics of Java Widget Creation
While the creation of velocity widgets is quick and easy, you’ll might come across use cases that can only be tackled with the creation of a Java based widgets. This is mostly the case as soon as you want to create an interactive widget. In this post I want to go trough the basics ofContinue reading “The Basics of Java Widget Creation”
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”
Setting up a Polarion, Jenkins and SonarQube Toolchain for Software Development
In this post I will go trough the steps to set up a simple toolchain that allows me to manage my small development projects: As most of my developments center around Polarion customizings, I will use the development of a simple workflow script as example to go trough each step. The target is to beContinue reading “Setting up a Polarion, Jenkins and SonarQube Toolchain for Software Development”
Create your individual Widget easily with the Active Questionnaire [Part 1]
The extension portal offers a super powerfull widget that basically allows you to create your own widget UI via drag & drop and the execution logic via Javascript. In most cases this will be much quicker than creating your own Java widgets, because you don’t have to build the front-end from scratch and you don’tContinue reading “Create your individual Widget easily with the Active Questionnaire [Part 1]”
Advanced Reporting: Scripted Page Parameters
Most widgets can use page parameters so that users can configure them without going into the edit mode of the report page. But some widgets have the additional capability to utilize “scripted page parameters” that can be used to add scripted logic to widget parameters. … So what do I mean by it? Let meContinue reading “Advanced Reporting: Scripted Page Parameters”
How to Navigate Polarions APIs – Some basic Tips
While it becomes pretty easy to achive your goal with the Polarion API, if you have experience and know where to search – it can be equally frustrating, if you don’t find the necessary classes, methods and starting points. In this post I want to share my “search-tactics” in the Polarion API to find whatContinue reading “How to Navigate Polarions APIs – Some basic Tips”
Revert changes and recover deleted items in Polarion
Because Polarion saves each change in the underlying SVN repository, you can restore data or revert any changes you’ve made in Polarion. Attention: Be very carefull with working directly at the repository! I recommend to test changes on the repository at a local Polarion first, before you do it at a productive system. I wantContinue reading “Revert changes and recover deleted items in Polarion”