Export Works (POST)

POST

Exports a collection of work items.

Request

This endpoint expects an object.
actual_close_dateobjectRequired

Provides ways to specify date ranges on objects.

created_dateobjectRequired

Provides ways to specify date ranges on objects.

issueobjectRequired
modified_dateobjectRequired

Provides ways to specify date ranges on objects.

stageobjectRequired

The filter for stages.

staged_infoobjectRequired
sync_metadataobjectRequired
target_close_dateobjectRequired

Provides ways to specify date ranges on objects.

ticketobjectRequired
typelist of enumsOptional
Allowed values: issueticket

Filters for work of the provided types.

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’.

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.

statelist of stringsOptional

Filters for work with any of the provided states.

tagslist of stringsOptional

Filters for work with any of the provided tags.

Response

Success.

workslist of objects

The resulting collection of work items.

Built with