Issues

Export project issues (async)

Enqueues an asynchronous CSV export. The response returns immediately; the download link is emailed to recipient when the file is ready. The recipient must be a member of the requesting organization.

post/v1/projects/{projectSlug}/issues/export

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

recipientstring email required

Email address the download link is sent to. Must belong to a member of the requesting organization.

issueIdsstring[]

Restrict the export to this subset of issues. Omit to export every issue in the project.

lifecycleGroup'active' | 'archived'

"active" for unresolved/unignored issues; "archived" for the rest. Omit to include both.

Response

Export enqueued

status'queued' required

Always "queued". The CSV is emailed to recipient when ready.

Changes