Charles mentioned a build server that he used a long time ago (Continuum?) had a neat feature where the original committer who caused a build failure would be "on the hook" until the build passed. In addition, anyone who committed to a failing build and didn't make it pass (and therefore could have broken more stuff) would also be "on the hook" until the build passed. Once the build passes, everyone that is on the hook gets "let off the hook".
This notion seems useful, particularly for notifications. It would be great if IM notifications only went to people on the hook. The current notification scheme only allows committer notifications, which isn't as useful when there are multiple commits while the build is failing.
It would be also good to have a telemetry screen with mug-shots of those users who are "on the hook". This gives the team an idea of who is (or should be) fixing the build at the moment.
This could possibly be developed as a plugin; I'm not sure how customisable these things are in Bamboo. It's probably a matter of adding some new metadata to a failing build (a list of users who are on the hook), and exposing that for use by notification schemes.
If it can't be a plugin, I think it would be a useful addition to Bamboo core.