Using a “Custom role” heritages the permissions from “Project Member” role. However, when using the API, I can use getAllTasks to retrieve all tasks of a given project (being Project Member). As soon as I switch the same user to a Custom role (which only denies creating a Task in a given Column), I get “error” as result.
I use the API key of the user for authentication. Any suggestions how to resolve this?