Getting Builds subscribed by a user in Team City 6.5.4 via Rest API
Hi All,
There is an option in Team City where we can select to be notified via email for the build status .
I wanted to extract the same information via the Rest API, so the scenario is like this
To find out which builds are being subscribed by a particular user in Team City.
We are using Team City version 6.5.4
Thanks,
Shreyance
Please sign in to leave a comment.
Hello,
Currently there is no ability to get user's notification rules via REST API. Also, it would be not an easy task to mimic notification rules processing as there is a bunch of logic which makes use of order of the rules, etc.
If you want to get a set of build configurations user is ïnterested"in, I'd consider another way of configuring that. e.g. with a dedicated UI.