tfs - Can not open Work Item from URL -
tfs 2012 , user limit access team web access. user can create work item , change project page, cannot open work item such url:
http://servername:8080/tfs/web/wi.aspx?pcguid={collectionguid}&id={workitemid}
it opens page error: tf400409:you not have licensing rights access feature: standard features
why user can not open work item such url?
while message more or less self-explanatory, try use web access url instead of api web page:
http://servername:8080/tfs/[collection]/[project]/_workitems#_a=edit&id=[id]
Comments
Post a Comment