My goal is use drupal 7, Organic Group and Support Ticketing System.
Create few private groups, and each private group use support ticketing system. Each group members can views all the tickets within their private group but can't view other private groups ticket post.

I use to do the follow with Drupal 6, Organic Group and Comment driven to achieve above requirement but i wish to upgrade to drupal 7 and comment driven isn't port to drupal 7. I hoping Support Ticketing System can do that.

Any help how to do it?

Comments

ben_m’s picture

I was working on a module to handle this kind of thing back in November for drupal 6..

http://drupal.org/node/556428

unfortunately i've not had time to finish this off due to having to write a separate module to import all our existing tickets with comments and states etc over to the new site, - both modules are 90% finished but it's just a case of finding the time between jobs to spend doing this - as it's for an internal system it's been the very lowest priority - but need to get it done in the next couple of months!

the basis of the module is in the thread linked above - so check the code out and see if it will do what you require - it's drupal 6 code but shouldn't be too hard to port to 7

astanley86’s picture

subscribing

nuez’s picture

I had the same issue too. A workaround for me was to create a role for every 'client', it has no permissions except for the 'Access your client tickets. That way members of the same client (employees of a company e.g.) can access their own tickets at yoursite/support/client, but cannot access other clients tickets.

spacereactor’s picture

#3 the problem with this workaround is that you can't subscribe other users to notifications AND assign tickets to any user unless you want them to know every users that exist in your drupal database. The workaround show all users in the dropdown list if enable "Can subscribe other users to notifications" and "Can assign tickets to any user"

Is there a patch to limited the users within the roles type?

jeremy’s picture

Status: Active » Closed (duplicate)
stoltoguzzi’s picture

this is marked as duplicate but there we talk about og6 what about support and og7 are there any experiences about that?

Balbo’s picture

Status: Closed (duplicate) » Active

It's not a duplicated since, as noted by stoltoguzzi, here we are talking about 7 and not 6.

Yuri’s picture

Is there any progress or idea of alternatives in this issue?

purencool’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Issue summary: View changes