How to run Task Manager Application with permissions per Project

Hi!

I’m currently trying to implement the Task Manager Application in our xwiki-installation (10.0) but I need to separate the visability of the different tasks based upon permissions/groups.

If I’ve understood how the application works I somehow need to have multiple copies of the /bin/view/TaskManager/-page in the different parts of the tree so if someone has permission to that part of the tree, they’ll be able to see all the tasks and projects available to them. I know how to copy the wiki-code+Objects, but I’m feeling a bit uncertain as to how to adapt it for use in multiple places in my tree.

Besides that, I’m not sure how to handle the settings that’s otherwise handled under /bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=Task%20Manager since I want them to be per installation under the different parts of my tree and they might not want/need the same topics etc.

Can someone help me? Being able to do this would make this application a good enough replacement for Meistertask/Trello for us and probably for others as well.

/edit The Kanban-macros function to show tasks for a specific user doesn’t seem to work either, I can choose which project but if I try to filter by user, with project-filtering or not, I can’t see anything.
The wiki-code looks like this when I’m trying to use both Project + User-filtering ({{kanbanboard project=“PROJECTNAME” user=“USERNAME”/}})