Hello. I am able to output the Github repositories using a JSON API as datasource and a query variable. However, I want the repositories now to be grouped according to their prefix.
Now I want that in the repo filter in the dashboard, the labels Alpha Repos and Beta Repos should only appear. At the same time, combine all the metrics from all the repos per group when the group is selected.
each group of repos is managed by a certain individual. example alpha repos managed by person # 1 start with prefixes apple and melon, while beta repos start with banana and orange.
Let’s just say that the grouping is a custom rule: that repos starting with the word apple and melon as prefix belong to Alpha Repos, and banana and orange belong to Beta Repos.