We have scripts which would decide what username to use.
Alternatively as TC knows who commited which changes to a build, it would be useful if it could automatically assign responsibility to the user (or one of the set of users) who made commits in that build. Obviously the failure may not be due to their changes, but they would be responsible for investigating and passing on responsibility.
At the moment there is no easy way to do that.
Can I ask you for examples, how are you going to use such feature?
Thanks
We'd like to be able to use a URL like:
http://tt-teamcity/viewLog.html?buildId=100872&tab=buildResultsDiv&buildTypeId=bt107&assignResponsible=jwither
We have scripts which would decide what username to use.
Alternatively as TC knows who commited which changes to a build, it would be useful if it could automatically assign responsibility to the user (or one of the set of users) who made commits in that build. Obviously the failure may not be due to their changes, but they would be responsible for investigating and passing on responsibility.
Thanks,
Jamie.
Hi Jamie
Comments for Accessing Server by HTTP article describe such approach. You can use links like
User IDs can be obrained by REST API calls like
Also you can vote for TW-10281 request.
Michael
Thanks.