Postponed
Project:
Case Tracker
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2007 at 22:59 UTC
Updated:
16 May 2010 at 00:26 UTC
Is there a way to assign multiple users to a single case? For example, if a task has multiple people working on it. Thanks!
Comments
Comment #1
dami commentedI think this will require schema change, for example adding an extra table to map nid and uid's.
Comment #2
amitaibuIt sounds you describe actually a project. treating it as such means that every 'case' (i.e. mini-project) can have several maintainers.
Comment #3
zero2one commentedChanging the CT design so that you could assign multiple users to 1 case would demand a huge design change.
This will not be done in the near future.
Case Tracker is from the start designed as an Case (Issue) Tracker and not as an project management tool.
You could create some basic project management by creating new node types with the CCK module and define them as case node types. But you still won't be able to assign multiple users to 1 case.
Comment #4
skesslerWe have gotten around this by creating some fake users that represent emails that forward to the appropriate people in a team. For example we can sending editing tickets to the editing team and then they move the assignment to the person that takes the ticket when they update the case. Hope this makes sense.