Teamcity seems to conveniently index all commits to projects it is monitoring.
Are we able to search all the change (commit) comments in Teamcity for a string via an API such as REST?
I have looked at the REST API using the following link (http://confluence.jetbrains.net/display/TW/REST+API+Plugin) but found no info on searching.
I am willing to do this progarmatically as well if that is the only option.
Thanks in advance
Nabil
Hi
At the moment REST API does not provide interfaces for search.
I see two solutions - make calls to /searchResults.html and parse HTML output, or develop your own plugin - sources of REST plugin are open.
Michael