---
sourceDocument: Yokohama Strategic Portfolio Management
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/it-business-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Strategic Portfolio Management

ft:clusterId :

    - itbm

bundleId :

    - itbm

workflow :

    - Technology


---

# Modify Script Includes for milestone icons in Strategic Planning

# Modify Script Includes for milestone icons in Strategic Planning {#ariaid-title1}

* Release version: Yokohama
* 
* Updated July 17, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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

1. Navigate to AllSystem DefinitionScript 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 (![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'`

   {#modify-script-includes-for-milestone-icons-spw__ul_gkd_bwz_zfc}
4. Select Update.
{#modify-script-includes-for-milestone-icons-spw__steps_q42_vkz_zfc}

*[\>]: and then


