Nextcloud Deck icon

Nextcloud Deck

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

Overview

This node integrates with Nextcloud Deck, a kanban-style project and task management tool. It allows users to manage various resources such as Boards, Stacks, Cards, Comments, and Attachments within Nextcloud Deck.

Specifically, the Stack Aktualisieren (Update Stack) operation lets you update properties of an existing stack on a selected board. This is useful for reorganizing your workflow by renaming stacks or changing their order within a board.

Practical examples:

  • Renaming a stack to better reflect its current purpose.
  • Changing the position of a stack to prioritize certain tasks visually on the board.

Properties

Name Meaning
Board Select a board either from a searchable list or by entering its numeric ID.
Stack Select a stack either from a searchable list or by entering its numeric ID.
Neuer Titel The new title/name for the stack. Leave empty if you do not want to change the title.
Neue Reihenfolge The new position/order of the stack within the board. Use 0 to keep the current order unchanged.

Output

The node outputs JSON data representing the updated stack object returned from the Nextcloud Deck API after the update operation. This typically includes fields like stack ID, title, order, and possibly other metadata related to the stack.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Deck API.
  • The node depends on Nextcloud Deck being accessible via its API endpoint.
  • Proper permissions are needed to update stacks on the specified board.

Troubleshooting

  • Invalid Board or Stack ID: If the provided board or stack ID does not exist or is incorrect, the API will likely return an error. Verify IDs by using the list mode or checking directly in Nextcloud Deck.
  • Permission Denied: Ensure that the API key used has sufficient rights to modify stacks on the target board.
  • Empty Title Field: Leaving the "Neuer Titel" field empty means the title will not be changed. If you intend to rename, ensure this field is filled.
  • Order Value Zero: Setting "Neue Reihenfolge" to 0 means no change in order. To reorder, provide a positive integer reflecting the desired position.
  • API Connectivity Issues: Network problems or incorrect API credentials can cause failures. Check connectivity and credential validity.

Links and References

Discussion