Back to Website
Show / Hide Table of Contents

set-project-status

  • Last updated on August 4, 2025
  • •
  • Less than a minute to read

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?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback