-
Suggestion
-
Resolution: Unresolved
-
None
-
71
-
6
-
Problem Definition
There is currently no setting in Service Desk that prevents Agents from adding customers to a project by using the "Add Customers" button from the Project page:
Suggested Solution
There is a setting in JIRA Admin > Applications > JIRA Service Desk > Configuration that prevents Agents from adding new organizations, so it might be helpful to have a similar setting here as well that prevents agents from adding new customers:
Workaround
- Disable outgoing email from JIRA Admin > Outgoing email.
However, this setting will impact the entire JIRA instance and no more JIRA notifications will be sent; or - Hide the button via CSS added to the announcement banner:Â
 Atlassian Support cannot guarantee the provision of any support for the steps described below as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.
<style type="text/css"> button.aui-button.js-invite-customers { display: none; } </style>
- is related to
-
JSDSERVER-4727 Ability to disable the "Invite Customers" feature
- Gathering Interest
-
JSDSERVER-5552 As an admin, I would like to restrict agents/admins from creating new customers
- Gathering Interest
-
JSDSERVER-5617 Prevent Project administrators from adding customers
- Gathering Interest
-
JSDSERVER-6087 Allow Service Desk administrator to disable "Share" feature
- Gathering Interest
-
JSDSERVER-5531 Customer portal "Share" unwanted customer creation when login using Admin user
- Under Consideration
- relates to
-
JSDSERVER-4890 Option to set permission for Agent to create customer
- Gathering Interest
- links to