Open RicardoLinck opened 8 years ago
Seems I am having this problem as well. I customized the team process to add a couple of extra fields and now the Scrum Report doesn't work.
@RicardoLinck and @MarkEwer , yesterday I released a new version with widget dashboard. Now I can investigate on this bug with evolutions.
I remember I have seen some switch clauses only with the three main process templates. Maybe it can help you.
Looks like app.ts line 315 attempts to figure out what process you are using. Now that MS allows customization I guess this needs to change to figure out what process the current one is based on instead.
On line 46 you use the capabilities object to get the process template. Perhaps this same capabilities array will have the base template as well.
The report doesn't work with Custom Processes.
I've seen in code that project's process type verification contains only "SCRUM", "AGILE" and "CMMI". It doesn't allow the team to create their own process and work with the Report.