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

I need to create a form, Inside of the form, there are smaller forms which will be generated according to user-specified number?

I have created a form using HTML, JS. The current form is unable to create a subform inside itself. It can be explained as Imagine a dynamic Table and we create a button which on clicked to create new rows. Similarly, I want to create a button which…
0
votes
1 answer

How can I create a new workitem using Polarion and OpenAPI?

I'm creating one widget in Polarion using OpenAPI. I must create various workitems using the same. Can anyone suggest how can I do this? Thanks.
0
votes
1 answer

Polarion SDK: Get document name in workflow context

I am working on a word roundtrip script, which is triggered in a workflowContext. Following object from Polarion SDK I have used so far: workflowContext (com.polarion.alm.tracker.workflow.ICallContext) My Code to grab the document is: var module =…
SteffPoint
  • 479
  • 2
  • 9
  • 24
0
votes
1 answer

Trigger Apache Velocity #set Parameter using a button (HTML / JS)

Is it possible to trigger a Velocity Template Language #set value to parameter via a button? I am trying to combine HTML, JS and Velocity doing the following: #set($ld=$pageParameters.Work_Item_Link_Direction.values)
0
votes
0 answers

How to get status of jira in velocity?

Currently am using this code #set($Jira = $hi.getJiraStatus()) $Jira\ But am unable to get the status Can anyone help me to get the status of jira in velocity script?
anurag hn
  • 45
  • 1
  • 1
  • 8
0
votes
1 answer

Where can I find the link icon in Polarion?

I read the tutorials of the demoversion of the Polarion REQUIREMENTS software. On the page How to link, one can read the following: However, I cannot find the link icon. Where is it or why can I not see it?
Karlo
  • 1,630
  • 4
  • 33
  • 57
0
votes
2 answers

Migration repository from VSS to SVN: 9 hours delay in the commits' date in the log file

I have successfully migrated a VSS repository into SVN, using Polarion SVN Importer. Problem - The only problem is that all the changes occurring in the VSS history are reported, but checking their dates they look to be delayed exactly by 9 hours…
Maurizio
  • 139
  • 10
0
votes
2 answers

Cannot connect to Polarion service via WebServiceFactory

i'am trying to connect to Polarion with the WebServiceFactory using Java. But a NoClassDefFoundError - Exception gets thrown. I found nothing helpful in google :( serverUrl = "http://.../polarion/ws/services/"; WebServiceFactory factory =…
prosk
  • 133
  • 1
  • 1
  • 9
0
votes
0 answers

How to override a java library in plugin development environment

I develop an application in a "special" plugin-development environment. This environment needs to include some java libraries by default so that the created plugin-application can be exported and used successfully. The problem is now that the…
sk2212
  • 1,688
  • 4
  • 23
  • 43
0
votes
2 answers

Polarion retrieve Workitem from PObject

I am trying to post a link to a workitem on a wiki page, but my query returns the following result: PObject(WorkItem; subterra:data-service:objects:/default/chili_v2.2${WorkItem}WI-43) Here is my Code: #set ( $id = $wi.id) #set ($query =…
Lucas
  • 5
  • 2
  • 4
0
votes
1 answer

eclipse update conflict with polarion subversive connectors

Before yesterday, I was using the SVNKit Subversive connector, I believe version 1.7.11. I had some trouble with the SmartBear Collaborator plugin, so I tried to install new connectors, and I set the connector to "Native JavaHL 1.6.15". This…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
-1
votes
1 answer

How to create a custom excel template for export customized work items for a project in Polarion?

I am trying to create a custom export template for excel export of workitems in my polarion project but every time I upload a template it and when I select that template at the time of exporting it It shows me this error: "Server error:…
-1
votes
1 answer

Is there way to fetch all requirements from polarion project using webservices

How to fetch all requirements from polarion with its linking and data and history using webservices?
Pallavi
  • 29
  • 3
1 2 3 4 5
6