TypeError: Cannot read property "web" from undefined.
A calculated value using the solution from https://jazz.net/forum/questions/133477/work-item-customization-getting-current-user-as-logged-in-user suddenly stopped working.
Using Try-catch-finally, the returned error is 'TypeError: Cannot read property "web" from undefined.' for the line "var loggedInUser = getAuthenticatedContributor().itemId;"
It was suggested to add dojo.require("com.ibm.team.repository.web.client.session.getAuthenticatedContributor");
That didn't resolve the issue.
Running Jazz 6.0.6.1 on the server.
Using Web browsers to enter work items. Error appears on IE, Firefox and Chrome.