Search found 3 matches
- Thu Jun 27, 2019 9:38 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: How to Change workitem type in workflow
- Replies: 3
- Views: 1727
Re: How to Change workitem type in workflow
For those who has an interest, based on the feedback on this forum I made a script that converts work items to another type according to found in a query. Use as you want :D ##Get space #set($space = $page.space.name) ##Get tracker project #set($trackerProject = $trackerService.getTrackerProject($pa...
- Wed Jun 12, 2019 12:07 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Freeze / unfreeze external work items
- Replies: 0
- Views: 958
Freeze / unfreeze external work items
Hello, Just for those who has an interest... I created a wiki script to get change reference on all external work items (referenced from another document, such as when branched) in a document. Thus, it is possible to unfreeze or freeze all work items in one go. This is especially nice if one made a ...
- Tue Jun 11, 2019 9:06 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Automated document reference list
- Replies: 5
- Views: 1513
Re: Automated document reference list
For anyone that is interested: I made a wiki content script that looks for all workitems of type "refDocument" and which are linked to any workitem in the current document that the wiki script is used in, then makes a sorted list for these... I use this as an automatically generated refere...