1
Vote

TFS11 not supported

description

It seems your plugin will need to get some attention if you want it to be supported on TFS11, because of this piece of code that targets an url that no longer exists:

public String getUrl(@NotNull String host, @NotNull String id) {
    return appendTrailingSlash(host) + "tfs/web/wi.aspx?id=" + id;
}
Might be a better option to consume the TFS API instead.

comments

simone_b wrote Mar 7, 2012 at 6:04 AM

At the time I found no way to get that Url from the API. I don't have TFS 11 at hand, if you have one I'd be interested to know what the url of the work items looks like there.