Skip to content

Export Data

SetGet lets you export work items and project data in three formats: CSV, Excel, and JSON. Exports can be scoped to a project, cycle, module, or saved view, and filtered by any combination of state, priority, assignee, label, and date range. Use exports for reporting, sharing with stakeholders, backup, or feeding data into external analytics tools.

Export formats

FormatExtensionBest for
CSV.csvSpreadsheet tools, data pipelines, programmatic processing
Excel.xlsxFormatted reports, sharing with non-technical stakeholders
JSON.jsonAPI integrations, backup, developer tooling

What gets exported

Each exported work item includes:

FieldCSVExcelJSON
IdentifierYesYesYes
TitleYesYesYes
DescriptionYes (plain text)Yes (plain text)Yes (HTML)
StateYesYesYes
PriorityYesYesYes
AssigneesYes (comma-separated)Yes (comma-separated)Yes (array)
LabelsYes (comma-separated)Yes (comma-separated)Yes (array)
Due dateYesYesYes
Start dateYesYesYes
EstimateYesYesYes
Created dateYesYesYes
Updated dateYesYesYes
Created byYesYesYes
CycleYesYesYes
ModuleYesYesYes
ParentYesYesYes
Link countNoNoYes
Comment countNoNoYes

Export scopes

Project export

Export all work items in a project:

  1. Open the project.
  2. Click the Export button in the toolbar (or go to Project Settings > Export).
  3. Select the format.
  4. Apply filters if needed.
  5. Click Export.

Cycle export

Export work items belonging to a specific cycle:

  1. Open the cycle.
  2. Click Export.
  3. Select the format and click Export.

Module export

Export work items in a module:

  1. Open the module.
  2. Click Export.
  3. Select the format and click Export.

View export

Export the results of a saved view:

  1. Open the view.
  2. Click Export.
  3. The export respects all filters and groupings applied in the view.

Applying filters

Before exporting, narrow down the data:

FilterOptions
StateSelect one or more states
PrioritySelect one or more priorities
AssigneeSelect one or more members
LabelSelect one or more labels
Date rangeCreated date or due date within a range
CycleSpecific cycle
ModuleSpecific module

Filters are applied before the export runs, so the exported file only contains matching work items.

TIP

Save a view with the filters you need, then export from that view. This makes it easy to run the same export repeatedly.

Downloading exports

After clicking Export:

  1. SetGet generates the file server-side.
  2. A download link appears in the notification panel.
  3. Click the link to download the file.
  4. Download links expire after 24 hours.

For large exports (10,000+ items), generation may take a few seconds. You will be notified when the file is ready.

Scheduled exports

Set up recurring exports that are automatically generated and delivered.

Create a scheduled export

  1. Go to Project Settings > Exports > Scheduled.
  2. Click Create Schedule.
  3. Configure:
FieldDescription
NameA descriptive name for the schedule
ScopeProject, cycle, module, or view
FormatCSV, Excel, or JSON
FiltersOptional filters to apply
FrequencyDaily, weekly, or monthly
Day/TimeWhen the export runs
RecipientsEmail addresses to receive the export
  1. Click Save.

Scheduled exports are sent as email attachments to the specified recipients. If the file exceeds the email attachment limit (25 MB), a download link is sent instead.

Manage schedules

ActionHow
EditClick on the schedule and modify fields
PauseToggle the schedule off without deleting
DeleteClick the delete button next to the schedule
Run nowClick Run Now to trigger an immediate export

Export permissions

RoleCan export
OwnerYes (all scopes)
AdminYes (all scopes)
MemberYes (projects and views they have access to)
GuestNo

Export use cases

Use caseRecommended formatScopeFilters
Weekly status reportExcelProjectState: Started, Completed this week
Client deliverable listCSVCycleState: Completed
Data backupJSONProjectNone (all items)
Executive summaryExcelWorkspacePriority: Urgent, High
Sprint reviewExcelCycleNone
Migration to another toolJSONProjectNone
Compliance auditCSVProjectDate range

Frequently asked questions

Can I export comments and activity history?

JSON exports include comment counts and link counts. Full comment text export is available via the API. CSV and Excel exports include only work item fields, not comments.

Can I export pages?

Page export is separate from work item export. Go to the page and use the page-level export option (Markdown or PDF).

What happens if I export while an import is running?

Exports operate on the current state of the data. Items being imported may or may not appear in the export depending on timing. Wait for the import to complete before exporting.

Are archived items included?

By default, archived items are excluded. To include them, toggle "Include archived" in the filter options.

Best practices

  • Use JSON for automation -- JSON exports include richer data (arrays, nested objects) suitable for programmatic processing.
  • Use Excel for stakeholders -- Excel files include column headers and proper formatting out of the box.
  • Filter before exporting -- exporting everything and filtering in a spreadsheet wastes time. Apply filters in SetGet first.
  • Schedule regular exports -- for recurring reports, set up scheduled exports to save time.
  • Keep exports organized -- name scheduled exports descriptively so recipients know what they are receiving.

WARNING

Export files may contain sensitive project data. Share them only with authorized recipients. Download links are accessible to anyone with the URL until they expire.