Nextcloud Deck icon

Nextcloud Deck

Consume NextCloud Deck API (v.0.1.3)

Overview

This node interacts with the Nextcloud Deck API to manage cards within boards and stacks. Specifically, the 'Remove label' operation removes a label from a specified card in a stack on a board. This is useful for automating task or project management workflows where labels categorize or prioritize cards, allowing dynamic updates to card metadata.

Use Case Examples

  1. Removing a label from a card when a task is completed or no longer relevant to a category.
  2. Automating label management in project boards to reflect changes in task status or priority.

Properties

Name Meaning
Authentication Method of authentication to access the Nextcloud Deck API, either via Access Token or OAuth2.
Board ID The unique identifier of the board containing the card.
Stack ID The unique identifier of the stack within the board containing the card.
Card ID The unique identifier of the card from which the label will be removed.
Label ID The unique identifier of the label to be removed from the card.

Output

JSON

  • success - Indicates whether the label removal operation was successful.

Dependencies

  • Nextcloud Deck API

Troubleshooting

  • Ensure that the Board ID, Stack ID, Card ID, and Label ID are correct and correspond to existing entities in Nextcloud Deck.
  • Authentication errors may occur if the access token or OAuth2 credentials are invalid or expired; verify and refresh credentials as needed.
  • API errors may be returned if the label is not assigned to the card or if the card or label does not exist; check the input parameters carefully.

Links

  • Nextcloud Deck - Official site for Nextcloud Deck, the project management tool whose API this node interacts with.

Discussion