awork icon

awork

Automate your workflows with the awork API

Overview

This node integrates with the awork API to create a new project status within a specified project. It is useful for automating project management workflows where tracking different statuses of a project is necessary. For example, users can create custom statuses like 'In Progress', 'Completed', or 'On Hold' to better reflect the current state of their projects.

Use Case Examples

  1. Creating a new project status named 'In Progress' for a project to track its progress.
  2. Adding a custom status 'Review' to a project to indicate tasks awaiting approval.

Properties

Name Meaning
Project ID The unique identifier of the project where the new status will be created.
Status Name The name of the new project status to be created.
Status Type The type/category of the status being created, which helps classify the status.
Request Options Additional settings for the API request such as batching, SSL handling, proxy configuration, and timeout settings.

Output

JSON

  • id - The unique identifier of the created project status.
  • name - The name of the created project status.
  • type - The type/category of the created project status.
  • projectId - The ID of the project to which the status belongs.
  • createdAt - Timestamp when the project status was created.
  • updatedAt - Timestamp when the project status was last updated.

Dependencies

  • awork API

Troubleshooting

  • Ensure the provided Project ID is valid and exists in the awork system to avoid 'not found' errors.
  • Verify that the API credentials are correctly configured and have permissions to create project statuses.
  • Check network settings if using a proxy or if SSL issues occur, especially if 'Ignore SSL Issues' is disabled.
  • Timeout errors may occur if the server is slow to respond; consider increasing the timeout setting if needed.

Discussion