
Jaïs Pingouroux
-
Total activity80
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes13
-
Subscriptions27
Activity overview
Latest activity by Jaïs Pingouroux-
Jaïs Pingouroux commented,
Ron de Vries SSO is not really a problem, as your organization's tags are still defined in Zendesk (admin>people>organizations). Alternatively you could use your organization's name instead of a ta...
-
Jaïs Pingouroux commented,
Hi Ron de Vries Based on what has been posted before, you want to add the following code to your template: In style.css: #article-comments{ display: none;} In script.js: // Check organization ...
-
Jaïs Pingouroux commented,
Brett Bowser Hello, I have the same problem with bulk editing to add tags. The operation fails with a warning "no change detected".
-
Jaïs Pingouroux commented,
Hi @björn Ljungbord You may want to change if (HelpCenter.user.organizations[c].name !== "Client") into if (HelpCenter.user.organizations[c].name == "Client")
-
Jaïs Pingouroux created a post,
Help needed with a calculated metric
Hello, So I have a tough one: I'd like to calculate the estimated Agent workload based on the number of unsovled tickets currently assigned to an agent, but modified by priority, ticket type, and w...
-
Jaïs Pingouroux commented,
I confirm this bug, and it is slightly annoying as tabulating a new row is normal behaviour in most wysiwyg editors (confluence, google docs) so it is common practise. Having to click three times (...
-
Jaïs Pingouroux commented,
Søren Poulsen it's quite easy, you'd have something like this: $(window).load(function() { var i = 0; var my_condition = false; for (var c in HelpCenter.user.organizations) { // Set...
-
Jaïs Pingouroux commented,
Tim Matthews If you want to do it with Macros, it's easy, just go to your Macros, and create a new one that will roughly look like this:
-
Jaïs Pingouroux commented,
Unfortunately I don't think you can. However, you can create a Macro that the user can use which will 1) select the right form for them 2) populate your description with any kind of predetermined t...
-
Jaïs Pingouroux commented,
Hi Rachel M How or where do you define you orgTags variable?