Set-ReopenTask
  • 1 Minute to read
  • Dark
    Light
  • PDF

Set-ReopenTask

  • Dark
    Light
  • PDF

Article summary

Summary

Opens a task that was previously closed.

Reopening a task will place the task into the `In Progress` state if the task is assigned, otherwise the task will placed into the `New` state if the task has no assignment.

Set-ReopenTask
    -TaskId
    -IncludeForms
    -IncludeProject

Returns a task object.

Parameters

ParameterTypeRequired?Notes
TaskIdInt32YesThe task id.
IncludeFormsSwitchNo, Defaults to falseAdds the `Forms` property to the output.
IncludeProjectSwitchNo, Defaults to falseAdds the parent `Project` property to the output.

Examples

Reopen a previously closed task

# TODO

What's Next