v1.6.0-alpha: New tools, REST API board migration (OP#617) #36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/406-auto-membership"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
create_project— discovers user via/users/me, finds Manager role, adds membership automaticallylist_watchers,add_watcher,remove_watchertools using/work_packages/{id}/watchersendpointsdelete_work_packageanddelete_projecttools with confirmation messageslist_boards,create_board,delete_board) from Rails runner to REST API via the Grids endpoint — boards now work in Direct (stdio) mode without DockerVerification
Links
Adds three new tools for managing work package watchers: - list_watchers: list users watching a work package - add_watcher: subscribe a user to change notifications - remove_watcher: unsubscribe a user from notifications Uses the standard /api/v3/work_packages/{id}/watchers endpoints. Closes OP#365 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>