backlogs / redmine_backlogs

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

Product Backlog for no Administrator user #1001

Open apinheiro opened 11 years ago

apinheiro commented 11 years ago

Hello! I work as a Scrum Master and has used the redmine to manage tasks, but we are still using kanban chart on a whiteboard. I knew this plugin redmine has little time but one thing puzzled me.

Today the plugin only the administrator has the right to see the full kanban, but need other users to have access to modify tasks through the chart and not only in the activity log.

Ideally, I can tell the plugin configuration which profiles are allowed to move the chart.

max--s commented 10 years ago

Hi apinheiro,

I am not sure whether I fully understand your problem/enhancement request... Nevertheless, I guess all you need is already in place in the current version of Redmine+Backlogs-Plugins

Today the plugin only the administrator has the right to see the full kanban

What do you mean by "full kanban"? I guess you are talking about the so-called "taskboard" (login > your project > Backlogs (URL like: https:///rb/master_backlog/) > dropdown-menu on the left side of a sprint, the "arrow-down" symbol > Task Board (URL like: https:///rb/taskboards/

In my projects all project members can see and edit (i.e. dragging & dropping cards) on these taskboards. For ScrumMasters I created a role (Administration > Roles & Permissions) "ScrumMaster". Redmine's user rights are cumulative, hence ony guy/developer can be "Developer" in "Project A". Whereas in "Project B" he can be "Developer" + "ScrumMaster", giving him extra rights.

These are the things you can configure per Role. I guess "view taskboard", "update tasks", etc. is all you need.

Reset sprint, Configure backlogs, View master backlog, View releases, View taskboards, Modify releases,
Create sprints, Update sprints, Create stories, Update stories, Create tasks, Update tasks,
Update remaining hours, Create impediments, Update impediments, Subscribe to calendars, View scrum statistics

Best Regards, Max

PS: if you have not done this yet, I recommend setting up a VM to try out all the Redmine+Backlogs-Plugin features and possibilities. You might also consider using a preconfigured stack like http://bitnami.com/stack/redmine :)