grollmus/BuildNotifications

Feature to define Teams

Opened this issue · 0 comments

As a user I'd love to be able to define teams. E.g. groups of people.
This would be done within an project. So for example
TeamA is Person1, Person2 and Person3.

Then this may be used within the Search like:
"For:TeamA"
Resulting in all builds that are requested for members of the team.
I'd propose that this works the same way a regular search would work by individually searching for
"For:Person1"
So all the string checks are in place (ignore lower/upper case, implied wildcards before and after etc.)