Hi,
Implementation : we Implement OTRS , and now we port data into OTRS from 2-3 different sources which is directly migrated into Database.
Issue: We require that for one DB tickets out of 3 DB whose tickets are imported into OTRS, we don't want to show these tickets into OTRS -> Customer Portal.
Only a admin can see all the tickets in admin portal but a customer can not be able to see these tickets through customer portal.
Is there any way we can stop to show these tickets on customer portal.
Thanks in advance.
Some tickets to set hide on customer portal only
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Some tickets to set hide on customer portal only
Put them in a queue that isn't owned by users or any group to which the customers have membership.GMunjal wrote:Is there any way we can stop to show these tickets on customer portal.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny advanced
- Posts: 108
- Joined: 23 Oct 2013, 09:17
- Znuny Version: 3.3.0 beta 2
- Real Name: Gaurav Munjal
- Company: Nagarro
Re: Some tickets to set hide on customer portal only
Thanks for the reply...
-
- Znuny advanced
- Posts: 108
- Joined: 23 Oct 2013, 09:17
- Znuny Version: 3.3.0 beta 2
- Real Name: Gaurav Munjal
- Company: Nagarro
Re: Some tickets to set hide on customer portal only
We tried to update the queue as suggested, but the tickets are still shown to the users which were already assigned to them.
Can we add a check or any ACL creation which can stops these tickets (with the specific queue) to show on customer portal.
An y ideas for this issue will be helpful to us ..
Can we add a check or any ACL creation which can stops these tickets (with the specific queue) to show on customer portal.
An y ideas for this issue will be helpful to us ..
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Some tickets to set hide on customer portal only
From other posts on the board, I'm *reasonably* certain that if:
1) CustomerGroupSupport is enabled
2) The customer is not a member of group "HiddenQueueGroup" (including CustomerGroupsAlwaysGroups)
3) A Hidden Queue is a member of group "HiddenQueueGroup" (hint: something other than "users")
4) The ticket is in Hidden Queue
The customer will not see the ticket.
Alternatively, if the customerID and customerUserID (login) from the ticket are different from the Customer, the Customer will DEFINITELY not see the ticket.
1) CustomerGroupSupport is enabled
2) The customer is not a member of group "HiddenQueueGroup" (including CustomerGroupsAlwaysGroups)
3) A Hidden Queue is a member of group "HiddenQueueGroup" (hint: something other than "users")
4) The ticket is in Hidden Queue
The customer will not see the ticket.
Alternatively, if the customerID and customerUserID (login) from the ticket are different from the Customer, the Customer will DEFINITELY not see the ticket.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask