Export Works
Exports a collection of work items.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
applies_to_part
Filters for work belonging to any of the provided parts.
created_by
Filters for work created by any of these users.
first
The number of work items to return. The default is '50', the maximum
is '5000'.
issue.accounts
Filters for issues with any of the provided accounts.
issue.priority
Filters for issues with any of the provided priorities.
Allowed values:
issue.priority_v2
Filters for issues with any of the provided priority enum ids.
issue.rev_orgs
Filters for issues with any of the provided Rev organizations.
issue.sla_summary.stage
Filters for records with any of the provided SLA stages.
Allowed values:
issue.sprint
Filters for issues with any of the sprint.
modified_by
Filters for work modified by any of these users.
owned_by
Filters for work owned by any of these users.
reported_by
Filters for work reported by any of these users.
stage.name
Filters for records in the provided stage(s) by name.
staged_info.is_staged
Filters for issues that are staged.
state
Filters for work with any of the provided states.
sync_metadata.external_reference
Filters for issues with this specific external reference.
sync_metadata.last_sync_in.status
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_in.sync_history
Filters for works modified with selected sync history.
sync_metadata.last_sync_in.sync_unit
Filters for works modified with selected sync units.
sync_metadata.last_sync_out.status
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_out.sync_history
Filters for works modified with selected sync history.
sync_metadata.last_sync_out.sync_unit
Filters for works modified with selected sync units.
sync_metadata.origin_system
Filters for issues synced from this specific origin system.
ticket.brand
Filters for tickets that are associated with any of the brands.
ticket.channels
Filters for tickets with any of the provided channels.
Allowed values:
ticket.channels_v2
Filters for tickets that are associated with any of the channels.
ticket.group
Filters for tickets belonging to specific groups.
ticket.is_frozen
Filters for frozen tickets.
ticket.is_spam
Filters for tickets that are spam.
ticket.needs_response
Filters for tickets that need response.
ticket.rev_org
Filters for tickets that are associated with any of the provided Rev
organizations.
ticket.severity
Filters for tickets with any of the provided severities.
Allowed values:
ticket.sla_summary.stage
Filters for records with any of the provided SLA stages.
Allowed values:
ticket.source_channel
Filters for tickets with any of the provided source channels.
ticket.source_channel_v2
Filters for tickets that are associated with any of the source
channels.
type
Filters for work of the provided types.
Allowed values:
Response
Success.
works
The resulting collection of work items.