Set-TaskQualityCheckStatus
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-TaskQualityCheckStatus
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Updates the quality check status of a task.
Set-TaskQualityCheckStatus
-TaskId
-QualityCheckStatusTypeId
-StatusId
-IncludeForms
-IncludeProject
Returns a task object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
TaskId | Int32 | Yes | The task id. |
QualityCheckStatusId | Int32 | Yes | The quality check status id. |
StatusId | Int32 | No, Defaults to existing task status id. | The status id. Updates the task to the provided status 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
Set the quality check status of a task to `Passed`
# TODO