Skip to main content

set-project-status

This command is used to change the status of a project to which this task belongs.

Parameters

  • status (string) - The name of the new project status (case-sensitive). If the specified status is not available for the tenant, the task will fail with an error.

Example

Setting the project status to Completed.

{
"description": "Complete the project",
"name": "completing-project",
"type": "set-project-status",
"parameters": {
"status": "Completed"
}
}
Was this page helpful?