-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restrict users to see only tickets assigned to themselves #701
Comments
No for now. |
Can we think about a sponsored feature? |
Maybe someone can implement as a custom module. |
Any news here? Would like to support this too. Need exact the same feature. |
Feel free to submit a feature request: https://freescout.net/request-feature/ |
Technically it's possible. But it will be impossible to show proper counters in mailbox folders for such users. Will it a big issue? |
Implemented in the Now it's possible to specify users who can see only conversations assigned to themselves via
For such users only Mine folder shows actual number of conversations. This option does not affect admin users. |
… to themselves - closes #701
Great news. Thanks a lot. The count is no problem. |
… to themselves - closes freescout-help-desk#701
I'm on v1.8.122 and have set the environment variable APP_SHOW_ONLY_ASSIGNED_CONVERSATIONS to a single user ID, as fetched from their user profile URL (in this case, APP_SHOW_ONLY_ASSIGNED_CONVERSATIONS=15) and cleared the cache (and also restarted the docker instance). When that user looks at their Assigned folder they are still seeing tickets assigned to other users. They are not only seeing their tickets. I'm a bit confused on this enhancement request though, as "Mine" folder always did only show tickets assigned to that user anyways. I'm looking at a way to restrict the viewing of tickets not assigned to this user in all folders (Assigned, Draft, Closed, Sent, All). As a sanity check, I've also set the environment variable "Application Name" to ensure that the application is listening to environment variables defined in this location with my hosting provider. |
@freescout-helpdesk can you please consider implementing an ability to also see only conversations with team assignee. So, to let users from APP_SHOW_ONLY_ASSIGNED_CONVERSATIONS only see assigned themselves + teams they are in. |
Fixed in the |
We have a main contact@company.com. This address is monitored by two managers. Managers assign issues to other employees. The employees should exclusively see the tickets assigned to them by the managers, and nothing else. Also we should be able to add two employees on the same ticket. So a ticket should be seen by the managers and by all the assigned employees. The other employees should not be able to see tickets on which they are not assigned to.
Is there any way to achieve this with FreeScout? If yes, can you please let me know how? Thank you!
The text was updated successfully, but these errors were encountered: