Creating another overview customized filtered by VCS changes
Hello,
I'm currently trying to create some kind of a copy of the actual overview of TeamCity projects, but I want to change the way it's filtered.
We are using a VCS in order to track the changes made by users so what I would like to do is make it so that, let's say, the 5 latest changes made by the user are shown in order and when these are expanded, it would show which build it's running right now or are completed/failed, in order to give a quick status of each change.
Now I'm struggling to get the list of changes per user using the current openapi (http://javadoc.jetbrains.net/teamcity/openapi/current/). Is there already something setup to retrieve the information I want? Because I can't seem to find it.
Thanks!
Please sign in to leave a comment.
Hi Simon,
getting the list of changes including the username of said changes should be really easy to accomplish using the REST API. In fact, <TC address>/app/rest/changes will give you directly that in XML format. More information here:
https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-Changes