Status widget for all branches
Is it possible to use status widget to show build status for all branches of a build configuration. I only can see the status of default branch and could not find any info in the corresponding documentation section.
I would be thankful for any help.
Please sign in to leave a comment.
Hi Dimitrij,
Currently it is not supported. Please vote for the feature request: https://youtrack.jetbrains.com/issue/TW-24997.
As of now you can get the status icon using REST API. For example:
http://teamcity:8111/app/rest/builds/buildType:(id:<buildConfID>),branch:<branchName>/statusIcon
I would like to be able to see the branch status in the Hub widget, which is using the REST API, but currently can't find a setting to control that.
Is there another issue I can track?