django-helpdesk
django-helpdesk copied to clipboard
Permission issue: Allow user to see tickets created by user and tickets assigned to the user
Hello
I'm struggling to figure out how this can be achieved:
User should be able to see only the tickets created by him in a queue. or The User should see tickets assigned to him/her.
No other tickets should be available to the user.
Please advice.
I believe the current release is designed around the idea that a team of people manage the tickets together. We don't implement fine-grained enough permissions for what you're asking for just yet, but it's on the to-do list. Pull requests welcome!
@gwasser Any developments on this issue?