Tempo (Edge)

Last updated on Sep 18, 2026

Tempo is a suite of project, product, and portfolio management applications built directly into Jira. It unifies time tracking, resource capacity planning, financial management, and reporting on a single platform. This helps teams track where work is being spent, align resources with business priorities, and monitor budgets and costs across programs.

Hevo uses Tempo’s REST API and Audit API to replicate data from your Tempo account to the Destination of your choice. To ingest data, you must provide Hevo with a Tempo API token for authentication.


Supported Features

Feature Name Supported
Capture deletes Yes (except for the Worklog Audit object)
History mode No
Custom data (user-configured tables & fields) No
Data blocking (skip objects and fields) Yes
Resync (objects and Pipelines) Yes
API configurable No

Handling of Deletes

During each Pipeline run, Hevo compares the data fetched from the Source object with the data present in the Destination table. If a record exists in the Destination but is no longer returned by the Source, the record is marked as deleted by setting the value of the metadata column __hevo__marked_deleted to True. This applies to the following objects:

  • Account
  • Account Category
  • Account Category Type
  • Customer
  • Global Configuration
  • Global Permission Role
  • Holiday Scheme
  • Permission Role
  • Periods
  • Plan
  • Program
  • Projects
  • Role
  • Skills
  • Subscriptions
  • Team
  • Team Membership
  • Work Attribute
  • Workload Scheme

For the following objects, deletes are captured via Tempo’s Audit API. In such cases, Hevo marks the __hevo__marked_deleted column to True in the Destination.

  • Deleted Allocation Audit Events
  • Deleted Worklog Audit Events
  • Worklog

For all child objects, if a record is deleted at the Source and is no longer returned with its parent object’s data, it is automatically removed from the Destination.

For the Worklog Audit object, Hevo does not support capturing deletes.


Source Considerations

  • Tempo retains data for the Worklog Audit object for only 180 days. If a Pipeline remains paused for longer than this duration, Hevo cannot sync the records older than 180 days once the Pipeline resumes.

Limitations

  • For the Timesheet Approval object, Hevo syncs data for only the current approval period. Data from older approval periods is replaced during each Pipeline run, so historical approval records are not available in the Destination.

Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
Sep-18-2026 NA New document.

Tell us what went wrong