You can see time tracking data throughout your Workspace in the following views:
What you'll need
- Table, List, Board, and Calendar views are available on every ClickUp plan.
- Unlimited uses of Gantt view are available on all paid plans.
-
Individual guests can use time tracking if a Workspace owner or admin has given them permission.
- Guests can access views for Lists and Folders that have been shared with them.
Filter views by time tracking data
You can filter views by time tracked to display tasks that meet the filter criteria:
- Is set: Tasks with time tracked.
- Is not set: Tasks without time tracked.
- Greater than: Tasks with more than the specified amount of time tracked.
- Less than: Tasks with less than the specified amount of time tracked.
- Equal to: Tasks with exactly the specified amount of time tracked.
See time tracked across views
You can see time tracked in List, Table, Board, and Calendar views.
List and Table view
You can add a Time tracked column to List and Table views.
To add the column:
- Open a List or Table view.
- In the upper-right of the task table, click the plus icon.
- At the bottom of the Create field modal, click Show/Hide.
- Click the toggle next to Time tracked to display it as a column.
Board view
To see time tracked on tasks in Board view:
- Open the Board view.
- In the upper-right corner of the view, click Customize.
- From the Customize Board modal, select Fields.
- Enable Show time tracker.
- The time tracked field will now display on task cards in the Board view.
Calendar view
To see time tracked on tasks in Calendar view:
- Open a Calendar view.
- In the upper-right corner of the view, click Customize.
- From the Customize Calendar modal, select Fields.
- Enable Time Tracked.
- You will now see time tracked information on tasks in the Calendar view.
Sort tasks by time tracked
You can sort tasks by time tracked in List, Table, and Gantt view.
List and Table view
After adding a Time tracked column, you can sort tasks by the amount of time tracked:
- Hover over the column heading in List or Table view.
- Click the sort button to sort the column.
- Click the sort button again to flip the sort order.
- Tasks in the view will be sorted by the amount of time tracked.
Gantt view
To sort tasks by time tracked in Gantt view:
- In the upper-left corner, click Sort by.
- Select Time Tracked.
- Click the arrow next to the Sort by option to change the sorting direction.
Use a Formula Field to display remaining time
Use a Formula Field to calculate the difference between the time estimated and time tracked on a task in List view.
You can use this simple Formula to show the hours remaining:
Time estimated in hours - Time tracked in hours
CONCATENATE(100 - (field("Time tracked in hours") / field("Time estimated in hours") * 100), "%")
Show the sum of all time tracked
To calculate the sum of all time tracked in List or Table view:
- Hover below the Time Tracked column.
- Click Calculate.
- Choose Sum and press Calculate.