Set/Get Task-Level Sharing & Permissions via API
Benedikt Schulz
We need the ability to set and get sharing permissions on individual tasks via the API. Use case: When programmatically duplicating tasks, the new task should inherit the same user-level permissions (view, comment, edit) as the source task. Currently, GET /task/{id}/member returns members, but there is no corresponding endpoint to set permissions. This is a blocker for any automated task duplication workflow involving private tasks with individual access rights.
Log In