OpenProject icon

OpenProject

Interact with OpenProject via API

Actions199

Overview

This node operation deletes a specified non-working day from a work schedule in the OpenProject system. It is useful for managing and updating project calendars by removing days that were previously marked as non-working, such as holidays or special leave days. For example, if a holiday was mistakenly added as a non-working day, this operation allows you to remove it to reflect accurate working schedules.

Properties

Name Meaning
Date The date of the non-working day to delete, provided in ISO 8601 format (e.g., "2022-05-06"). This specifies which non-working day entry will be removed from the work schedule.

Output

The output JSON typically contains confirmation details about the deletion operation. This may include status messages or identifiers confirming that the specified non-working day was successfully deleted. The node does not output binary data.

Dependencies

  • Requires an API key credential to authenticate with the OpenProject API.
  • The node depends on the OpenProject REST API endpoint for managing work schedules.
  • Proper configuration of the base URL for the OpenProject instance is necessary in the node credentials.

Troubleshooting

  • Common issues:
    • Providing an invalid or incorrectly formatted date string can cause the operation to fail.
    • Attempting to delete a non-working day that does not exist may result in an error or no action.
    • Authentication failures due to missing or incorrect API credentials.
  • Error messages:
    • Errors related to authorization usually indicate problems with the API key or permissions.
    • Validation errors often point to incorrect date formats; ensure the date is in ISO 8601 format.
  • Resolutions:
    • Verify the date format and existence of the non-working day before attempting deletion.
    • Check API credentials and permissions.
    • Confirm the OpenProject base URL is correctly set in the node credentials.

Links and References

Discussion