Activity Log

Track every action performed within your organization for security, compliance, and accountability.

Overview

The Activity Log keeps a complete record of everything that happens in your organization. Every time a team member invites a colleague, changes a subscription plan, or performs any other significant action, it is automatically recorded.

This gives you full visibility into who did what and when — helping you maintain security, ensure compliance, and quickly investigate any issues.

Accessing the Activity Log

Navigate to Settings > Activity Log in your organization dashboard.

Only organization Owners and Admins can view the Activity Log. Regular members do not have access to this page.

Using the Activity Log

Searching

Use the search bar at the top to find specific entries by action name or description. For example, search for a team member's name to see all actions they performed, or search for "deleted" to find all deletion events.

Filtering by Category

Click the Category filter to narrow results by type of activity:

CategoryWhat it tracks
MembersInviting, joining, removing members and changing roles
OrganizationUpdating organization settings (name, logo)
API KeysCreating and revoking API keys
SubscriptionPlan changes, cancellations, reactivations, and seat updates
ProjectsCreating, updating, and deleting projects and project members
ClientsCreating, updating, and deleting clients
WorkspacesWorkspace and stage configuration changes
Task TypesManaging the organization's task type registry
TagsManaging the organization's tag registry
TasksAll task, subtask, comment, attachment, time entry, and timer activity

Categories are automatically generated based on actual activity in your organization. If your team has never used API keys, for example, the "API Keys" category will not appear in the filter.

Filtering by Date

Use the Date filter to view activity within a specific time range:

  • Today — actions from the current day
  • This week — actions since the beginning of the week
  • This month — actions since the beginning of the month
  • Older — actions from more than a month ago

Sorting

Click the Action or Date column headers to sort results in ascending or descending order. By default, the most recent entries are shown first.

Tracked Actions

Below is a complete list of all actions that are automatically recorded in the Activity Log.

Members

ActionWhen it is recorded
Member InvitedAn invitation email is sent to a new team member
Member JoinedA member accepts an invitation and joins the organization
Member RemovedA member is removed from the organization
Member Role ChangedA member's role is changed (e.g., from "Member" to "Admin")
Invitation CancelledA pending invitation is cancelled before being accepted

Organization

ActionWhen it is recorded
Organization UpdatedThe organization name or logo is changed
Organization Slug ChangedThe organization's URL slug is changed
Organization DeletedThe organization is permanently deleted
Demo Data GeneratedA platform admin seeds the organization with sample demo data

API Keys

ActionWhen it is recorded
API Key CreatedA new API key is generated
API Key RevokedAn existing API key is revoked

User Preferences

ActionWhen it is recorded
User Locale ChangedA member changes the interface language from the user menu

Subscription & Billing

ActionWhen it is recorded
Subscription CanceledA subscription is set to cancel at the end of the billing period
Subscription ReactivatedA previously canceled subscription is reactivated
Plan ChangedThe subscription plan is upgraded or downgraded
Seats UpdatedThe number of seats in the subscription is changed

Projects

ActionWhen it is recorded
Project CreatedA new project is added to the organization
Project UpdatedA project's fields (name, description, client, status, dates) are changed
Project DeletedA project is permanently deleted
Project Member AddedA team member is added to a project
Project Member RemovedA team member is removed from a project
Project Member Role UpdatedA project member's role (manager vs. standard) is changed

Clients

ActionWhen it is recorded
Client CreatedA new client is added to the organization
Client UpdatedA client's name or notes are changed
Client DeletedA client is permanently deleted

Workspaces

ActionWhen it is recorded
Workspace CreatedA new workspace is added to the organization
Workspace RenamedA workspace's name is changed
Workspace DeletedA workspace is permanently deleted (only when empty)
Stage AddedA new stage column is added to a workspace
Stage RenamedA stage is renamed
Stage Finalizing UpdatedA stage is flagged or unflagged as the finalizing stage
Stages ReorderedThe horizontal order of stages in a workspace is changed
Stage RemovedA stage is removed from a workspace (only when empty)

Task Types

ActionWhen it is recorded
Task Type CreatedA new task type is added to the registry
Task Type UpdatedA task type's name or color is changed
Task Type DeletedA task type is removed from the registry

Tags

ActionWhen it is recorded
Tag CreatedA new tag is added to the registry
Tag UpdatedA tag's name is changed
Tag DeletedA tag is removed from the registry

Tasks

Subordinate task events (subtasks, comments, attachments) record the parent task id as the resource so the per-task activity feed picks them up automatically.

ActionWhen it is recorded
Task CreatedA task is added to a workspace
Task UpdatedA task's fields (subject, project, type, dates, etc.) are changed
Task DeletedA task is permanently deleted
Task AssignedA task's assignee list changes
Task Tags UpdatedA task's tag list changes
Task FinalizedA task is marked finalized (manually or by dropping into a finalizing stage)
Task ReopenedA finalized task is reopened
Task MovedA task moves between stages or workspaces
Subtask CreatedA subtask is added to a task
Subtask UpdatedA subtask's name or description is changed
Subtask DeletedA subtask is removed from a task
Subtask AssignedA subtask's assignee list changes
Subtask FinalizedA subtask is marked finalized
Subtask ReopenedA finalized subtask is reopened
Subtask MovedA subtask is moved to another group
Subtask Group CreatedA subtask group is added to a task
Subtask Group RenamedA subtask group is renamed
Subtask Group DeletedAn empty subtask group is deleted (a task always keeps at least one)
Task CommentedA comment is posted on a task or subtask
Comment UpdatedA comment is edited by its author
Comment DeletedA comment is removed (by the author, an org admin, or a project manager)
Attachment AddedA file is uploaded to a task or subtask
Attachment RemovedA file is removed from a task or subtask
Time LoggedA time entry is created (manual or completed timer)
Time UpdatedA time entry is edited
Time DeletedA time entry is deleted
Timer StartedA user starts a timer on a task or subtask
Timer StoppedA running timer is stopped (manual stop, switched, or paused)
Timer Auto-StoppedThe 8-hour timer cap was reached and the sweeper persisted the entry

What Each Entry Shows

Every entry in the Activity Log includes:

  • Action — a color-coded label indicating the type of action (green for creation, red for deletion, gray for updates)
  • User — the avatar and name of the team member who performed the action
  • Description — a human-readable summary of what happened
  • Date — how long ago the action occurred (e.g., "2 hours ago", "3 days ago")

Frequently Asked Questions

Can regular members see the Activity Log?

No. Only members with the Owner or Admin role can access the Activity Log page.

How long are logs retained?

Activity logs are stored indefinitely. There is no automatic expiration or cleanup.

Can I export the Activity Log?

Export functionality is not available at this time. If you need to extract data, please contact your administrator.

Are actions from the REST API also logged?

Yes. Actions performed through the REST API (using API keys) are recorded the same way as actions performed through the dashboard.

On this page