Is there a way to disable the on boarding help bubbles such as: "The Customer Portal is where your customers raise requests. See for yourself by creating a request now."
Hi guys,
Sorry about the late response, but basically once you follow through the whole "training steps" in JIRA Service Desk, those boxes should go away. If you'd like to change this directly on the database, you can run the following queries:
SELECT * FROM propertyentry WHERE lower(property_key) LIKE 'chaperone:sd-eval-tour:%';
UPDATE propertystring SET propertyvalue = '["portal-preview","created-issue"]' WHERE id = (ID from the previous select);
Cheers!
No response to this? I would like to know as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.