1

Closed

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.
Closed Nov 20, 2012 at 10:32 PM by simone_b

comments

simone_b wrote Mar 7, 2012 at 6:09 AM

Duplicate of #17539


** Closed by simone_b 3/6/2012 11:04 PM

simone_b wrote Mar 7, 2012 at 6:12 AM

duplicate