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.
<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>