Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Un)Archive cards programmatically via REST API #6132

Open
xyjonas opened this issue Jul 22, 2024 · 0 comments · May be fixed by #6138
Open

(Un)Archive cards programmatically via REST API #6132

xyjonas opened this issue Jul 22, 2024 · 0 comments · May be fixed by #6138

Comments

@xyjonas
Copy link

xyjonas commented Jul 22, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
I am planning to create a small script that will fetch some external data and "reset" the state of given cards (e.g. un-archiving it and maybe unchecking all previous checked checkboxes).
A lot is already possible with the documented REST API, however, I could not find a way to programmatically archive/unarchive cards.

Describe the solution you'd like
I imagine two new urls like:

  • PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/archive
  • PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/unarchive

to perform the desired action.

@xyjonas xyjonas linked a pull request Jul 25, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant