azure-devops-pull-request-hub
azure-devops-pull-request-hub copied to clipboard
Branch filter wildcards
I tried to filter the pull request list to use as an overview of active PRs for a team in a project with multiple teams. There doesn't seem to be a way of filtering on PR creator belonging to a certain team, so I tried using using the branch paths (Teams use topic/teamname/user/... prefixes for branches) so would like the source branches to be e.g. feature/teamname1/
or feature/teamname1/*
to match PRs having any source branch matching the wildcard.
Would it be possible to make the branch filters work like branch entry does elsewhere in DevOps, i.e. a path match with wildcards, such as target = version/* (All pull requests for maintenance versions) or source branch = topic/teamX/* (All pull requests for teamX)?