Polarion SVN 2.6.5 Documentation Errata

This post cites and corrects several errors in the Polarion for Subversion 2.6.5 documentation. There are additional errata which we will cover in subsequent posts.

Print action applies to current query

Documentation states that the Print action is limited to selected work item and multiple work items in Bulk Edit. The print action can be used to print (and in fact display in a printable page) the work items matching current query.

No project scope Working Calendar

Documentation incorrectly states that Working Calendars may be defined for a project, as well as globally and for a user. Working Calendar can only be defined in global default and user specific configurations.

Recording status changes on custom fields

This feature of Polarion 2.6.5 was not documented. You can define a custom workflow that sets up a record of status changes to a custom field. Comments and code int in the linked workflow.xml file (dowload zip archive show an example of how to set this up for a custom field which shows the date when a Work Item was accepted , using the following example custom field definition:

<field id="acceptedOn" type="date-time" name="Accepted On" description="Date when the Work Item was accepted."/>

Comments are closed.