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

Polarion: Set default approver for workitems

I need to set a default person to approve the workitems in my project (e.g. when a new defect is created, the default approver should be automatically added). I know that templates exist, my problem with using templates is, that I have to fill the…
Nikita Meier
  • 167
  • 1
  • 10
0
votes
1 answer

Best way to get Polarion data and store to different database

My requirement is to get polarion data and store that to our sql server database. I went through Polarion SDK document and I feel webservice is the way to do that.... Which is the best way to read and store specific data from polarion to SQL server.
Pallavi
  • 29
  • 3
0
votes
2 answers

Is it possible to access all data from polarion using Polarion Webservices

I am new to Polarion. I started following the Polarion SDK document. Able to understand that I can read few data from Polarion using Polarion Webservices. As my need is to create a standalone application to store specific data from Polarion to…
Pallavi
  • 29
  • 3
0
votes
1 answer

Not able to capture all elements of Array of Objects outside #foreach loop in Velocity Script In Polarion 21 R1

I am trying to capture all associated elements outside the nested for each loop by storing values using the Object Factory method. The linking of elements are shown below screenshot. I want the output like shown below Intended…
0
votes
1 answer

Polarion - Display message box to the user

I would like to display a warning message (with just an "OK" button) when transitioning from one status to another. I tried using a ScriptFunction in the workflow of the WI with the following code (display_message.js): // Get work item var workItem…
Allem77
  • 3
  • 1
0
votes
1 answer

Polarion SDK: Set document name in workflow context

I am trying to set the document ID from ScriptFunction. I tried: workflowContext.getTarget().setId("Demo"); But it is not working
Anas Hosami
  • 317
  • 1
  • 2
  • 6
0
votes
2 answers

Remove duplicates after joining three different tables

I'm working now on SQL query for Polarion widget, where I want get items with unresolved comments. Unfortunately, I have a problem with joining three tables where one has optional empty/null. In Polarion is a few different tables to contain…
0
votes
1 answer

Polarion widget table with sql query

What is the syntax for the sql query in the table block. I want to have this native sql query: Select CC.*from WORKITEM P, WORKITEM C, WORKITEM CC, STRUCT_WORKITEM_LINKEDWORKITEMS Link, STRUCT_WORKITEM_LINKEDWORKITEMS Link2, PROJECT Proj WHERE…
Der Altmann
  • 147
  • 8
0
votes
1 answer

update Widget in Polarion

Hi I have a table widget in Polarion. If a button is clicked the query of the table should be changed and the widget updated. I tried to change the query in the html, but i was not able to refresh the widget after that:
0
votes
1 answer

Would it be possible to restrict the commit in SVN until the Change Request WI is Approved

I am using Polarion ALM 20 and I am trying to achieve this use case: I would like to have restriction on SVN, that do not allow for commit unless a CR in Polarion is approved Please advice how I can do this. Thanks, Sadanand
0
votes
1 answer

How to use queries ('queryWorkItems', 'queryWorkItemsBySQL', etc.) via Polarion API

I am using SOAP API to communicate with Polarion server. In one of WSDL files, there are defined a few webservices to query work items, but I could not find a single example how to use them. Let say that I want to ask the server for all work items…
Maciek
  • 463
  • 8
  • 22
0
votes
0 answers

why foreach loop generates duplicate values?

From the below table i want to get data.all values i m getting but the second foreach loop generates duplicate values for the fields inside the loop Please let me know any suggestion
0
votes
2 answers

Traceability Between Polarion and Rhapsody

I am new to Rhapsody and Polarion and right now I have to import some file from Polarion into Rhapsody and then back to Polarion. The only tool that I know and can help me with my problem is ReqXChanger.With this tool I can use ReqIF file from…
0
votes
1 answer

EnumOptionIDs for testResult not working correctly?

I am trying to create a testRun, whenever I post my results in only the ones that were marked "passed" works. Any Post that are marked as "failed" or "failed with no defect" do not show up correctly in the test run. This is all using…
mhm.sherpa
  • 89
  • 1
  • 9
0
votes
2 answers

How to create testruns in polarion if there's no testruns page in my project?

So, I'm using the 30 day polarion trial. If I go to the left navigation panel there should be a shortcut that would take me to a page named "testruns". In this page I should be able to create testruns but the page doesn't even exist! Is there a…