Integrations & Migration

Data Import / Export

Exporting Data

Time Tracking Reports - CSV Export

  1. Open Time Tracking → Timesheet
  2. Open any report in the Report Builder
  3. Configure filters and grouping as needed
  4. Click Export → CSV

CSV export includes all visible columns in the current report configuration.

Time Tracking Reports - PDF Export

  1. Same as above but click Export → PDF
  2. PDF includes the report table and bar/pie charts

Backlog Prioritization - CSV Export

  1. Open Backlog Prioritization → Backlog Table
  2. Select your project and apply scoring
  3. Click Export → CSV

Export includes: Issue key, Summary, Assignee, Status, Priority, all metric columns, and calculated Score.

Importing Data

The app does not currently support bulk data import. Time entries must be logged through:

  • The app's Log Time interface
  • Jira's native worklog API (worklogs created via API are visible in the app automatically)

Jira Worklog API

For teams that want to programmatically create worklogs that appear in the app:

  • Use the Jira Cloud REST API - Add worklog endpoint:

POST /rest/api/3/issue/{issueIdOrKey}/worklog

Required fields:

  • timeSpentSeconds: Time logged in seconds (e.g., 3600 = 1 hour)
  • started: ISO 8601 datetime string

Worklogs created this way appear in the Time Tracking report builder automatically.

Data Retention

App configuration data (report setups, templates, portfolios, scoring) is stored in Forge KVS and is retained as long as the app is installed. Uninstalling the app permanently deletes all app-stored configurations. Jira worklogs are stored in Jira and are unaffected by app installation/uninstallation.