Questions tagged [polarion]

ALM Solution and SVN client from Siemens that enables a unified userinterface for requirements engineering, software testing and bugtracking.

Polarion ALM by Siemens is an end-to-end, enterprise-grade application lifecycle management tool built on one unified, modular software platform.

Based on Subversion, it is capable of managing all the processes that happen during software development, like requirement management, test management, project management, release management, change management, giving traceability through all of this disciplines.
It has support for both traditional and agile development process, and it integrates with SVN and Git to give traceability also towards the source code.

See: https://polarion.plm.automation.siemens.com/

88 questions
0
votes
0 answers

Does anyone have experience working to export documents in reqif format from Polarion?

I want to automate the process of exporting documents from Polarion in reqif format but I could not find any APIs or WSDL that allow such a feature. I wonder if anyone has a similar use case and has a good solution for it. I'd be glad to hear some…
Jane
  • 151
  • 3
  • 12
0
votes
0 answers

Not able to add classes from src folder in executatable jar maven pom.xml

I tried to build an executable jar file in Maven and my folder structure is as follows Here is my pom.xml code
Gokul
  • 931
  • 7
  • 16
0
votes
1 answer

python polarion api how to access wiki/documentations and pages

I am trying to use this Python library to do some automation. After reading the doc, I know how to access the work item and its subdirectory but there is another same level to the work item which is Documents & Pages or wiki as stated in the…
Jane
  • 151
  • 3
  • 12
0
votes
1 answer

How to use $mathTool in Polarion Live Report pages

Trying to re-use a script from a Polarion wiki page, I struggle to get $mathTool to work. On the wiki page it was #set($ratio= $mathTool.div($countIn, $countOut)) and it worked like a charm. On the LiveReport page it looks like $mathTool doesn't…
Florian Straub
  • 826
  • 9
  • 18
0
votes
2 answers

Polarion document baseline with links in description field

I have a generic LiveDoc in Polarion which contains a series of referenced requirements. Recently I started to insert links into the description of some of the requirements to make it easier to navigate from one requirement to another. However, I've…
AlK
  • 1
  • 1
0
votes
1 answer

Polarion API: How to update multiple work items in the same action

I created a script which updates work items in a polarion document. However, right now each workitem update is a single save. But my script updates all work items in the document, which results in a large number of save actions in the api and thus a…
0
votes
1 answer

Velocity Can't find Formatter class

I am making use of Velocity Template Engine (Velocity 1.4) to set up a mailing system. Initialising Velocity is throwing below error: 2022-12-19 04:52:11,269 [pool-6-thread-1] WARN - PANIC : Velocity cannot find any of the specified or default…
0
votes
1 answer

Does Polarion have a default document template for new Live Docs?

I am looking to a way to have a default structure of each document created in Polarion. Right now it's just a blank document, but I would like all documents to have the same layout/headers/sections in the same order. I have tried looking through…
Choffer
  • 3
  • 1
0
votes
1 answer

Polarion modify custom fields from a Script

I would like to change the values of a few custom fields of some work items from a Javascript (or Velocity), but I've not managed to find a solution yet. I can read the custom fields via the $wi.fields.get("MyCustomField").get() method but I don't…
0
votes
1 answer

Polarion Variant 'Pure Variants server cannot be found'

When trying to generate a document from a Variant 'Generate Documents' button, the job keeps failing with the 'Pure Variants server cannot be found' error. has anyone seen this before? Log: ''' 2022-11-10 13:27:09,078 [ajp-nio-8889-exec-11 |…
0
votes
1 answer
0
votes
1 answer

How to set a customField in Polarion using Java in IformExtension

In Polarion, I have created an java class using IFormExtension . I would like to set a customfield. When i do it i get an error Caused by: java.lang.UnsupportedOperationException: Modifications are prohibited in read only transaction. how to set a…
0
votes
0 answers

Workitem Export using Polarion API

I have a requirement with respect to Polarion. We need a script that will export all workitems from Polarion to Excel Format on daily basis using Job scheduler. Expecting suggestions to implement this scenario.
Naveen
  • 1
0
votes
1 answer

How to Insert Work Item in a LiveDoc using web-service client api in Polarion?

I have a question about the Polarion SDK API. I am trying to insert WorkItems in a LiveDoc using webservices api. The webservics have apis for creating a workitem within the doc/module or move item but there is no api for just inserting the existing…
plehal
  • 1
  • 1
0
votes
2 answers

How to manage user groups with the Polarion ALM API in workflow scripts

I am trying to add a user into a global group with global role in Polarion using workflow script by providing an input. Can you please help me how to call the below packages into workflow…
Nayudu
  • 1