microsoft / vsts-extension-retrospectives

An Azure DevOps extension for efficient retrospectives
MIT License
180 stars 80 forks source link

Export is not working on Retrospective board #101

Closed ashu16815 closed 3 years ago

ashu16815 commented 3 years ago

When we are trying to do Export CSV Content we are seeing below error on console

retrospectives.Extension launched extmgmt.dev.azure.com/sparknz/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-retrospectives/Data/Scopes/Default/Current/Collections/3c941275-a873-4da9-b77a-4d0d77525637/Documents:1 Failed to load resource: the server responded with a status of 404 () reflect-bundle.js:82 Tracking event: team-retrospectives.Team changed reflect-bundle.js:37 Uncaught (in promise) TypeError: Cannot read property 'displayName' of null at l (reflect-bundle.js:37) at e. (reflect-bundle.js:37) at reflect-bundle.js:37 Screen Shot 2020-12-16 at 3 46 00 PM

at Object.next (reflect-bundle.js:37)
at a (reflect-bundle.js:37)

Failed to load resource: the server responded with a status of 404 () reflect-bundle.js:82 Tracking event: team-retrospectives.Team changed reflect-bundle.js:37 Uncaught (in promise) TypeError: Cannot read property 'displayName' of null at l (reflect-bundle.js:37) at e.<anonymous> (reflect-bundle.js:37) at reflect-bundle.js:37 at Object.next (reflect-bundle.js:37) at a (reflect-bundle.js:37)

polatengin commented 3 years ago

hey @ashu16815 , it seems somehow extension couldn't find the creating user of at least one of the feedbacks. I made it optional to export creating user. if there is a user for a feedback, added it to csv output, if not, creating user for the feedback is empty.

polatengin commented 3 years ago

it'll be in the next flight that I plan to publish on next week