Skip to main content
Level 2
March 27, 2025
Solved

create a milestone calendar

  • March 27, 2025
  • 2 replies
  • 997 views

Is it possible to create a calendar that shows only the milestones for a project and assign different colors to specific project?

Best answer by Sven-iX

Hi @srinija_n 
This filter will pull in all tasks of projects where the project has a milestone path defined. 
To get tasks that are milestones, you have to filter to the task:milestoneID not being blank

2 replies

Sven-iX
Community Advisor
Community Advisor
March 27, 2025

when you filter for tasks, filter for milestoneID_Mod=notblank

see example

 

MarkSa18Author
Level 2
March 27, 2025

Thank you @sven-ix 

My question is instead of displaying the Task name in the calendar, is it possible to display the Milestone Description ?

Sven-iX
Community Advisor
Community Advisor
March 27, 2025

Yessir - similar to text mode

 

Srinija_N
Level 7
March 27, 2025

you can add Tasks which are attached with Milestones by project on a calendar.

 

For example, This will display all the tasks on the calendars as events which are of a specific project milestone.

You can create multiple events, each one for a different project milestone with color as required on the same calendar.

 

Hope this helps!

 

If this helped to solve your problem, please mark it as 'solved' so others can also find the solution faster. Thanks!
Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
March 27, 2025

Hi @srinija_n 
This filter will pull in all tasks of projects where the project has a milestone path defined. 
To get tasks that are milestones, you have to filter to the task:milestoneID not being blank