Export Works

Exports a collection of work items.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

applies_to_partlist of stringsOptional
Filters for work belonging to any of the provided parts.
created_bylist of stringsOptional
Filters for work created by any of these users.
firstintegerOptional
The number of work items to return. The default is '50', the maximum is '5000'.
issue.accountslist of stringsOptional
Filters for issues with any of the provided accounts.
issue.prioritylist of enumsOptional
Filters for issues with any of the provided priorities.
Allowed values:
issue.priority_v2list of longsOptional
Filters for issues with any of the provided priority enum ids.
issue.rev_orgslist of stringsOptional
Filters for issues with any of the provided Rev organizations.
issue.sla_summary.stagelist of enumsOptional
Filters for records with any of the provided SLA stages.
Allowed values:
issue.sprintlist of stringsOptional
Filters for issues with any of the sprint.
modified_bylist of stringsOptional
Filters for work modified by any of these users.
owned_bylist of stringsOptional
Filters for work owned by any of these users.
reported_bylist of stringsOptional
Filters for work reported by any of these users.
stage.namelist of stringsOptional

Filters for records in the provided stage(s) by name.

staged_info.is_stagedbooleanOptional
Filters for issues that are staged.
statelist of stringsOptional
Filters for work with any of the provided states.
sync_metadata.external_referencelist of stringsOptional
Filters for issues with this specific external reference.
sync_metadata.last_sync_in.statuslist of enumsOptional
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_in.sync_historylist of stringsOptional
Filters for works modified with selected sync history.
sync_metadata.last_sync_in.sync_unitlist of stringsOptional
Filters for works modified with selected sync units.
sync_metadata.last_sync_out.statuslist of enumsOptional
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_out.sync_historylist of stringsOptional
Filters for works modified with selected sync history.
sync_metadata.last_sync_out.sync_unitlist of stringsOptional
Filters for works modified with selected sync units.
sync_metadata.origin_systemlist of stringsOptional
Filters for issues synced from this specific origin system.
tagslist of stringsOptional
Filters for work with any of the provided tags.
ticket.brandlist of stringsOptional
Filters for tickets that are associated with any of the brands.
ticket.channelslist of enumsOptional
Filters for tickets with any of the provided channels.
Allowed values:
ticket.channels_v2list of stringsOptional
Filters for tickets that are associated with any of the channels.
ticket.grouplist of stringsOptional
Filters for tickets belonging to specific groups.
ticket.is_frozenbooleanOptional
Filters for frozen tickets.
ticket.is_spambooleanOptional
Filters for tickets that are spam.
ticket.needs_responsebooleanOptional
Filters for tickets that need response.
ticket.rev_orglist of stringsOptional
Filters for tickets that are associated with any of the provided Rev organizations.
ticket.severitylist of enumsOptional
Filters for tickets with any of the provided severities.
Allowed values:
ticket.sla_summary.stagelist of enumsOptional
Filters for records with any of the provided SLA stages.
Allowed values:
ticket.source_channellist of stringsOptional
Filters for tickets with any of the provided source channels.
ticket.source_channel_v2list of stringsOptional
Filters for tickets that are associated with any of the source channels.
typelist of enumsOptional
Filters for work of the provided types.
Allowed values:

Response

Success.
workslist of objects
The resulting collection of work items.

Errors