Milestone level

Preference Milestone level
Description Using the Milestone Level preference, you can set the maximum milestone level to display in open work items and in launched workflows. For example, if the site preference is set to 5, reached milestones of levels 1, 2, 3, 4, and 5 will be visible.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the Milestone Level value.
Applies to Process
Possible values 1-99
Default value: 1
API No
Exportable No

Using the Milestone Level preference, you can set the maximum milestone level to display in open work items and in launched workflows. For example, if the site preference is set to 5, reached milestones of levels 1, 2, 3, 4, and 5 will be visible. Acceptable values are between 1 and 99.

To set the milestone level

  1. From a text or XML editor, open the SitePreferences.xml file, located in the Preferences subdirectory of your Open Client installation directory.
  2. Locate the following XML section and replace the milestone value, shown in boldface in the example below, with the new value:
     <setting name="MilestoneLevel" label="Milestone Level" 
         description="Maximum milestone level to display">
       <value default="1" type="string">1</value>          
       <uiType>TextBox</uiType> 
       <minimum>1</minimum> 
       <maximum>99</maximum> 
       <visible>true</visible> 
     </setting>