ReorderOperation interface

Represents a reorder request for one or more work items.

Properties

ids

IDs of the work items to be reordered. Must be valid WorkItem Ids.

iterationPath

IterationPath for reorder operation. This is only used when we reorder from the Iteration Backlog

nextId

ID of the work item that should be after the reordered items. Can use 0 to specify the end of the list.

parentId

Parent ID for all of the work items involved in this operation. Can use 0 to indicate the items don't have a parent.

previousId

ID of the work item that should be before the reordered items. Can use 0 to specify the beginning of the list.

Property Details

ids

IDs of the work items to be reordered. Must be valid WorkItem Ids.

ids: number[]

Property Value

number[]

iterationPath

IterationPath for reorder operation. This is only used when we reorder from the Iteration Backlog

iterationPath: string

Property Value

string

nextId

ID of the work item that should be after the reordered items. Can use 0 to specify the end of the list.

nextId: number

Property Value

number

parentId

Parent ID for all of the work items involved in this operation. Can use 0 to indicate the items don't have a parent.

parentId: number

Property Value

number

previousId

ID of the work item that should be before the reordered items. Can use 0 to specify the beginning of the list.

previousId: number

Property Value

number