I'd like to assigne a task to a whole team of users, instead of a single user. Then anybody of that team should be able to execute the task. I do run the self hosted version of activecollab.
For example:
- My team has 10 members, and therefore a capacity of 10* 8h/day = 80h
- I'm assigning 100h of work/tasks to that team --> 80h stay for the day, 20h get pushed to the next day
- Any member of that team can grab a task, track time and finally finish it.
Is that something which can be done right now via the api? If not, is sth. like that on the roadmap?
ActiveCollab does not support task assignment to a team, only to an individual user. API can't be used to work around assignment of a single task to a single user. What you can do is implement a routine that will create a copy of a task for each team member and assign it to a member, but that can easily clutter your projects.