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
1
vote
1 answer

Polarion: Is it possible to create custom jobs to be used by the scheduler

I know about the preconfigured jobs that exist for polarion. I now would like to add a custom job to delete specific work items that are created before a specific date. Exactly like the "polarion.jobs.testruns.delete" job but for other work…
Nikita Meier
  • 167
  • 1
  • 10
1
vote
1 answer

How to get List of projects and Project groups using polarion API

I want Polarion API to get list of Projects and its associated Project Groups sothat we are trying to automate to get all groups
1
vote
0 answers

How to get list of projects using Polarion Web services

Can you help me with the Polarion Web services to get list of projects from Polarion. Thanks and Regards Pallavi Deore
Pallavi
  • 29
  • 3
1
vote
1 answer

Creating a Workitem in Polarion via SOAP

I'm trying to create work items in Polarion via the SOAP Web Services, however i can't figure out which content is expected. I'm using the TrackerWebService WSDL. Example Request:
1
vote
1 answer

Polarion OpenAPI: setTestSteps

I'm trying to write a script that sets some fields in the testSteps table from other values I already have, and I can't figure out the format. When I do a workItem.getTestCase().getTestSteps(); on the item I get back keys:[step, description,…
1
vote
1 answer

Polarion description field broken on some work item type

For some reason, one of the work item type has a broken description field. When creating a new work item 'Requirement' in a document, opening the item, then clicking edit, the description box seems to drop down a bit but the rich text options etc…
1
vote
1 answer

Scheduler Job did not have enough permission to write to the svn

I have a job script that is executed every 5 minutes by the scheduler. This script search for specific Workitems and change them. The script is working well if I execute it manually because then I am the "current User" and have enough permissions to…
Der Altmann
  • 147
  • 8
1
vote
1 answer

Polarion testing reports. What is the best way to build dashboards and live reports?

Where do you find knowledge about Polarion testing reports? Are you using external adviser? Documentation? Videos (find only few) Or have you been just doing "play and learn"?
1
vote
3 answers

Polarion ALM JAVA SDK API WorkItem get Type representation

I have a question regarding the Polarion JAVA API SDK. I can get the workItem using: WorkItem wi = trackerService.getWorkItem(workItemURL); Then I get the type: EnumOptionId type = wi.getType(); Now how can I get the Type representation text?…
TerTerro
  • 31
  • 4
1
vote
0 answers

Execute failed: java.io.IOException: Cannot run program "powershell": CreateProcess error=2, The system cannot find the file specified

An Ant BuildException has occured: The following error occurred while executing this line: C:\Polarion\data\workspace\polarion-data\jobs\20191203-1104\sources\ProjektNEU\templates.polarion\CIC\null\build.xml:869: Execute failed: java.io.IOException:…
Felix
  • 33
  • 4
1
vote
1 answer

How to create a XMLHttpRequest POST within a Polarion Work Item post-save script

I'm currently trying to send data from a Polarion work item to a Java servlet. I have a post-save trigger which upon saving my work activates my javascript. This script is supposed to check the work item fields for data, validate it and transmit it…
OliverSM
  • 11
  • 4
1
vote
1 answer

Remove OSLC link using Polarion API in Java

I am working on a Polarion Adapter in order to be able to communcate Polarion with other tools. My connector is based on OSLC standard, Polarion is not fully OSLC standard compliant, so i need to use its Java API. My problem using this API is that…
tarekasis
  • 68
  • 7
1
vote
0 answers

Is there an "Removal Custom Field" function within Polarion Java?

Cannot remove custom fields done via javascript from Polarion Live document. In polarion server side I have workflow script (javascript) where I have used target.setCustomField("Field Name", variable) in order to enable some debugging within target…
JRii
  • 13
  • 1
  • 5
1
vote
1 answer

MS Word 2016: Remove all protected comments using VBA

I would like to remove in an exported word document (.docx) all protected comments using VBA. The comments are protected by some kind of fields they rely on (however I couldn't find a way to remove this protection with or without VBA). Those…
SteffPoint
  • 479
  • 2
  • 9
  • 24
1
vote
1 answer

Velocity Template Language: Connect two conditions in one #elseif() statement

In my example the parameters are: $p2.length which has the value "0" and the boolean $suspectYesNo which is set to "false". I would expect, that in my code the second #elseif will run due to my set parameters, but however it shows up that "Code 4…