Search for all repo's in a project that uses GitLab or Azure DevOps
Is your feature request related to a problem? Please describe. I'm always frustrated when using the metric 'Unmerged branches' for a project with multiple repo's. I need to supply all the repo's as separate sources.
Describe the solution you'd like Make it possible to create a filter that searches for repo's (projects) that match with the filter (regex).
Please note that it can be possible that a token does not have all the access rights (read API scope) to all the repo's that match the filter.
Can group access tokens be used to let Quality-time access multiple repo's with one token?
In principle yes. See https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html#scopes-for-a-group-access-token
However, in practice it may depend on the role given to the token. On the particular platform my team works in not all roles have read_api permissions for instance.