
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 12:53 AM
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 09:40 AM
Explanation updated. see above
I will always try to give a meaningful and valid answer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 09:27 AM - edited 06-20-2023 09:39 AM
here an example
Milestone Items (as RoadmapMilestones and RoadmapItemMilestones )
{
"roadmapItemMilestones": [
{
"RLSE0010010": [ // the ID aof an Roadmap Item
{
"dueDate": {
"displayValue": "01.04.2023",
"value": "2023-04-01"
},
"id": {
"displayValue": "97f8699547a361102bb36241e36d4398",
"value": "97f8699547a361102bb36241e36d4398"
},
"name": {
"displayValue": "Customer Ref Item Milestone",
"value": "Customer Ref Item Milestone"
},
"state": {
"displayValue": "Achieved",
"value": "achieved"
},
"type": {
"displayValue": "Launch Date",
"value": "launch_date"
}
}
]
}
],
"roadmapMilestones": [
{
"dueDate": {
"displayValue": "2023-07-01 09:00:00",
"value": "2023-07-01 09:00:00"
},
"id": {
"displayValue": "M1",
"value": "M1"
},
"name": {
"displayValue": "Milestone 1",
"value": "Milestone1"
},
"state": {
"displayValue": "upcoming",
"value": "upcoming"
},
"type": {
"displayValue": "key_event",
"value": "key_event" // The type name must match with one of the types in Milestone Meta Data!
}
}
]
}
Milestone Meta Data:
{
"type": {
"important_date": {
"icon": "calendar-clock-fill"
},
"key_event": {
"icon": "flag-fill"
},
"launch_date": {
"icon": "rocket-fill"
}
}
}
Good luck! I hope that it helps!
I will always try to give a meaningful and valid answer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 09:48 AM
Thanks, Guido
but I need information on items milestone. Your example is not complete.
thank you anyway.
C.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 09:36 AM
see here: https://www.servicenow.com/community/next-experience-articles/the-roadmap-component/ta-p/2593317
I will always try to give a meaningful and valid answer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 09:40 AM
Explanation updated. see above
I will always try to give a meaningful and valid answer.