Changes between Initial Version and Version 1 of Ticket #10228, comment 2
- Timestamp:
- Mar 7, 2017, 5:42:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10228, comment 2
initial v1 1 1 Sorry for the delayed response. 2 Was s hure I answered your request.2 Was sure I answered your request. 3 3 4 Here is my expl enation.4 Here is my explanation. 5 5 6 6 The PrivateTicketsPlugin is used in our environment to grant access for special user to tickets concerning them (own tickets, tickets reported or tickets in cc). These are users which are assigned to special projects or should not be bothered with all off the tickets 7 7 8 The SensitivTicketsPlugin is relevant for user which normaly have access to all tickets (user in backoffice), but should not see special tickets with "critical" informations. So we can mark individual tickets to be not visible to them. 9 8 The SensitiveTicketsPlugin is relevant for user which normaly have access to all tickets (user in backoffice), but should not see special tickets with "critical" informations. So we can mark individual tickets to be not visible to them. 10 9 11 10 Hope this makes clear why we want to use both Plugins. 12 13