backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

'Story follows Task status' new feature - can be included in future update? #1033

Closed Nowax closed 10 years ago

Nowax commented 10 years ago

Hi, I add some additional feature to backlogs 'Story follows task status' option. Is there any possibility to include this change in future plugin update? Below short explanation. Only two files was modificated: _setting.erb.html in /app//views/backlogs/ and rb_story.rb in /app/models/ .

Explanation: I added new 'radio button' option named: "Resolved when all Tasks are closed. In Progress when even one Task is not new." It works just like name says: if every task in story is closed, it changes story status to 'resolved'; also if even one task in not new (is not default) it changes story status to in progress.