Modify Script Includes for milestone icons in Strategic Planning
Modify the Script Includes for milestone icons in the roadmap and portfolio plan to customize the icons displayed in the Roadmap tab in the workspace.
Before you begin
Role required: admin
Procedure
Navigate to All > System Definition > Script Includes.
From the list, select RoadmapMilestoneAPIImpl.
Update the milestone icon type in the Script field of the Script Include.
In the getMilestoneMetadata method, update the return value to the required icon.
For example, if you want to display the Circle exclamation icon (
Image omitted: circle-exclamation-outline.png
Circle exclamation outline icon.\) for key event milestone, update the return value to `'circle-exclamation-outline'` for the key\_event milestone.
Circle exclamation outline icon.\) for key event milestone, update the return value to `'circle-exclamation-outline'` for the key\_event milestone.
The default icons are as follows:
- key\_event: `'flag-fill'`
- launch\_date: `'rocketship-fill'`
- important\_date: `'calendar-clock-fill'`
- key\_milestone: `'diamond-fill'`
- deadline: `'star-fill'`
Image omitted: milestone-icon-types-spw.png
Milestone types in Strategic Planning.
Milestone types in Strategic Planning.
- Select Update.
Parent Topic:Prioritization display settings in Strategic Planning