Skip to content

Time Tracking

kendo includes built-in time tracking so your team can log hours against individual issues. Time entries are visible per issue, per project, and per user.

Logging Time

Create a time entry on any issue with:

FieldDescription
DurationTime spent (in minutes or hours)
DescriptionWhat was done during this time
DateWhen the work was performed

Time entries are linked to the issue and the user who logged them. Multiple team members can log time against the same issue.

Viewing Time

Per Issue

The issue detail view shows all time entries with total time spent. This gives a clear picture of how much effort an issue has consumed.

Per Project

Project-level time views aggregate time across all issues, making it easy to see total effort per sprint, per epic, or per team member.

Exporting Time Data

Export time entries for external reporting or invoicing. Time data can be exported per project with filters for date range and team members.

Managing Time via MCP

AI assistants can log and manage time through MCP tools:

"Log 2 hours on KD-42: Implemented the search API endpoint"
"Show time entries for project KD this week"
"Update my time entry to 3 hours"

Available MCP operations: create, update, delete, and query time entries. See the API Reference for details.

See Also