For a project developer it is important to understand whether his commit brought a build failure or not. On the My Changes page you can review the commits you've made and how they have affected builds.
Your changes are presented in a timeline. By default My Changes page doesn't show your commits to the build configurations that you hid on the Projects dashboard. If you want to remove this filter and view all build configurations, click the show all link on the top of the page.
From this page you can:
View all your commits, and changes included into your personal builds.
View how your changes have affected the builds.
See whether there are new failed tests caused by your changes.
On the right side of the page you can see the visual representation of how your commit has affected different builds. The legend is following:
Click on the variegated stripe corresponding to a change to see how it has affected different builds: Clicking the show problems link will expand the change and filter the expanded view by the corresponding build configuration, so you will see the problems caused by this change in this particular configuration. When a change is expanded you can:
(1) Filter the view by build configuration to see what kind of problems this change brought to different configurations. These can be failed tests (new, or old), or another build problem.
(2) View all changes included in this build.
(3) View the list of files changed by you.
(4) Jump to the source code in the active IDE.
(5) Even if the change is not expanded you can see if there are new failed tests and other build problems.