Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Modify Script Includes for milestone icons in Portfolio Planning Workspace

Modify the Script Includes for milestone icons of the roadmap and portfolio plan to customize the icons to be shown in the Roadmap tab in the workspace.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > System Definition > Script Includes.

  2. From the list, select RoadmapMilestoneAPIImpl.

  3. 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.
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.
  1. Select Update.

Parent Topic:Configuring Prioritization and Roadmap settings in Portfolio Planning