Export Works

GET

Exports a collection of work items.

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: p0p1p2p3
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: breachedcompletedpausedrunningwarning
issue.sprintlist of stringsOptional

Filters for issues with any of the sprint.

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: failedmodifiedstagedsucceeded
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: failedmodifiedsucceeded
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.channelslist of enumsOptional

Filters for tickets with any of the provided channels.

Allowed values: emailplugslacktwiliotwilio_sms
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: blockerhighlowmedium
ticket.sla_summary.stagelist of enumsOptional

Filters for records with any of the provided SLA stages.

Allowed values: breachedcompletedpausedrunningwarning
ticket.source_channellist of stringsOptional

Filters for tickets with any of the provided source channels.

typelist of enumsOptional

Filters for work of the provided types.

Allowed values: issueticket

Response

Success.

workslist of objects

The resulting collection of work items.

Built with