Skip to main content

Viewing Organization Activity History

The Audit Log is a complete, tamper-evident record of every significant action taken in your workspace — who did what, and when. It is essential for accountability, compliance, and troubleshooting unexpected changes.


What is recorded in the audit log?

Varai Sprints records an entry whenever someone performs a meaningful action. Examples include:

Action typeExamples
AuthenticationUser signed in, signed out, failed login attempt
User managementMember invited, role changed, member removed
Workspace changesWorkspace created, settings updated, archived
Releases & SprintsRelease created, sprint started, sprint completed
Tasks & IssuesTask created, status changed, deleted, assigned
CommentsComment added, comment deleted
AttachmentsFile uploaded, file deleted
SettingsOrganization settings changed, holiday added
API keysAPI key created, revoked

Who can view audit logs?

Only workspace Admins can access the full audit log. Regular members cannot see the audit history.


Opening the audit log

  1. In the left sidebar, click Audit Logs.

The audit log opens showing the most recent events.


Reading audit log entries

Each log entry shows:

FieldDescription
TimestampDate and time when the action occurred
ActorWho performed the action (name and email)
ActionWhat was done (e.g., "Updated task status")
EntityWhat was acted on (e.g., "Task: Fix login button")
DetailsAdditional context — often shows what changed (old value → new value)
IP addressThe IP address from which the action was performed

Filtering the audit log

Use the filters at the top to find specific events:

FilterOptions
Date rangeToday, last 7 days, last 30 days, custom range
ActorFilter by a specific user
Action typeFilter by category (auth, tasks, settings, etc.)
Entity typeShow only changes to tasks, only sprint events, etc.
SearchFree-text search across action descriptions

Drilling into an event

Click any log entry to expand it and see the full details:

  • The complete change record (e.g., "Status changed from In Progress to Done")
  • The full metadata captured at the time of the action
  • The device/browser information (when available)

Exporting audit logs

For compliance or archiving purposes, you can export the audit log:

  1. Apply your filters to show the events you need.
  2. Click ExportCSV.
  3. The file downloads with all matching entries.
Long-term retention

Audit log exports are useful for storing in your own systems if you need longer retention periods. Varai Sprints stores audit logs for 2 years within the application.


Common uses for audit logs

"Who deleted that task?" Filter by Action Type = "Deleted" and Entity Type = "Task". Find the entry for your task and see who deleted it and when.

"Did someone change the sprint dates?" Filter by Entity Type = "Sprint" and the sprint in question. Look for "Sprint updated" entries.

"When was this user added to the workspace?" Filter by Actor = the user, or filter by Action Type = "Member invited". Find the entry showing when they were added.

Security review: Filter by Action Type = "Authentication" to see all sign-in and sign-out activity, including failed login attempts.