Search found 3 matches
- Wed Nov 24, 2010 6:38 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Wiki-Page with list of timePoints using Velocity
- Replies: 2
- Views: 3611
Re: Wiki-Page with list of timePoints using Velocity
You may try it this way: #set($projectId = $doc.getProject($doc.space)) #set($project = $trackerService.getTrackerProject("$projectId")) #set ($TP = $trackerService.timePointsManager.getTimePoints($project.getContextId(),null,false)) {table} timePoint| No Of Defects #foreach ($i in $TP) $i...
- Fri Oct 29, 2010 10:39 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Ceate Work-Item(s) from Wiki-Form
- Replies: 2
- Views: 3573
Re: Ceate Work-Item(s) from Wiki-Form
Hi, thank you. The second one is what I want to do. In the meantime I managed to read an existing workitem and I managed to create and save a new workitem thru a Wikipage. But: I was not able to set my own description (plain text) for this new workitem. Whatever I do: the resulting wi does not conta...
- Wed Mar 10, 2010 7:55 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Ceate Work-Item(s) from Wiki-Form
- Replies: 2
- Views: 3573
Ceate Work-Item(s) from Wiki-Form
Hi,
is it possible to create a Wiki-Form for creation of connected Work-Items? E.g. I want to create a changerequest-WI and (depending on some checkboxes) one to n task-WIs below the changerequest WI.
Thanks,
Thomas
is it possible to create a Wiki-Form for creation of connected Work-Items? E.g. I want to create a changerequest-WI and (depending on some checkboxes) one to n task-WIs below the changerequest WI.
Thanks,
Thomas