Set-ReopenTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-ReopenTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Parameter | Type | Required? | Notes |
---|---|---|---|
TaskId | Int32 | Yes | The task id. |
IncludeForms | Switch | No, Defaults to false | Adds the `Forms` property to the output. |
IncludeProject | Switch | No, Defaults to false | Adds the parent `Project` property to the output. |
Examples
Reopen a previously closed task
# TODO