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.
Antes de Iniciar
Role required: admin
Procedimento
-
Navigate to .
-
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 (
) 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'

-
Select Update.