You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
How to use GitHub
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:
to perform the desired action.
The text was updated successfully, but these errors were encountered: