Personal API tokens can access all projects the user has access to, but they also allows the requester to perform API accesses that write.Project tokens are read-only, but they can only access a single project.I need a way to create a single token that only allows read access but can access multiple projects. This could be done with a Personal API token if Personal API tokens could be configured to have read-only scope.
CCI-I-1495