Nextcloud Deck icon

Nextcloud Deck

Verwalten Sie Ihre Nextcloud Deck-Boards, Stacks, Karten und mehr

Overview

The node "Nextcloud Deck" allows managing Nextcloud Deck resources such as Boards, Stacks, Cards, Comments, and Attachments. Specifically, the operation Benutzer Zuweisen (Assign User) under the resource Karte (Card) enables assigning a user to a card within a board and stack context.

This node is useful for automating task assignments in project management workflows using Nextcloud Deck. For example, when a new card is created or updated, you can automatically assign a responsible user to it, streamlining collaboration and task tracking.

Properties

Name Meaning
Board Select a board from the list or enter its numeric ID. Represents the board containing the card.
Stack Select a stack from the list or enter its numeric ID. Represents the stack within the board.
Karte Select a card from the list or enter its numeric ID. The card to which the user will be assigned.
Benutzer Select a user from the list or enter their user ID. The user to assign to the card.

Output

The node outputs JSON data representing the result of the operation. Typically, this includes details about the card after the user assignment, such as updated card properties including assigned users.

If an error occurs during execution, the output JSON contains an error field with the error message.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Deck API.
  • The node depends on Nextcloud Deck's REST API endpoints for boards, stacks, cards, and users.
  • Proper permissions are needed for the API key to modify cards and assign users.

Troubleshooting

  • Invalid IDs: If board, stack, card, or user IDs are invalid or do not exist, the node will throw errors. Ensure IDs are correct and correspond to existing resources.
  • Permission Errors: Insufficient API permissions may cause failures when assigning users. Verify that the API key has write access to cards.
  • Network Issues: Connectivity problems with the Nextcloud instance will cause request failures.
  • Error Messages: Errors are returned in the output JSON under the error field if "Continue On Fail" is enabled; otherwise, they stop execution. Check the error message for clues, such as "Unbekannte Ressource" indicating an unknown resource was specified.

Links and References

Discussion