RedminePlannerPlugin icon indicating copy to clipboard operation
RedminePlannerPlugin copied to clipboard

use issues as requirement for planning

Open cforce opened this issue 11 years ago • 3 comments

The plugin doesn't make use of exitsing worflows in redmine because it doubles task scheduling with workload estimation and start/end dates in its own task managment. In fact task already exists in redmine as issues, which can be features or bugs or any other issue type with time estimation, start and end date. That shall be integrated so that you can make use of this worflow. Imagine following. Software creation process already start with writing down requirements, then stripping them down for fine grained tasks being able to realize a use case (which can be part of a feature). However these object (use cases, features, 'developer/architects,..' task, the issues in redmine can have start/end date and estimation. So the only thing then i would neeed for ressource planing aqdditionally is to allocate the taks on my ressources and mange this workflow. At the moment this is not possible, because i can't reuse this task information from redmine. I have to double this in form of the plugin task model.

My proposal looks like this:

In "New ressource request " allow in associated planning adding/updating from redmine issues,. Would be useful to be able to select trackers and filter to query on this tasks. Normally in would do ressource planning per request on a version/milestone level, so i wanna schedule from task with a version filter.

If ins this view a search/filter and selection would allow to add tasks from redmine issues, the start/end and estimation date can get used. Morover by redmine tracker worflow and admin an disaalow changing this values, so there is approved ressource planing status in the issue worflow afterwards changing this issues filed start/end date and estimation is not longer allowed.

Another extension of this feature is to compare ressource request against actual issues values (start,end date and estimation) and get alerted if that start to spin off the apporved planning.

cforce avatar Dec 10 '12 12:12 cforce