mikaelkrief / VSTS-Extension-ScrumReport

VSTS Extension Scrum report
3 stars 3 forks source link

Custom Process #3

Open RicardoLinck opened 8 years ago

RicardoLinck commented 8 years ago

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.

MarkEwer commented 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.

mikaelkrief commented 8 years ago

@RicardoLinck and @MarkEwer , yesterday I released a new version with widget dashboard. Now I can investigate on this bug with evolutions.

RicardoLinck commented 8 years ago

I remember I have seen some switch clauses only with the three main process templates. Maybe it can help you.

MarkEwer commented 8 years ago

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.