Event

Coming soon: Freshservice Ninja Meet-up | Share your expectations with us!

Coming soon: Freshservice Ninja Meet-up | Share your expectations with us!
Userlevel 7
Badge +9

Hello Freshservice Ninjas!

INTRODUCTION:

How fabulous it has been to see so many of you share your Freshservice expertise with the rest of the community, engaging and encouraging your peers and unlocking the exclusive Ninja badge.

If you thought it ends there, well, it does not. 😄

😍 We’ve got something exclusive JUST FOR YOU! 😍

Inviting you to our very first Freshservice Ninja Meet-up, an opportunity for all of us (Ninjas and the Freshservice team) to come together, know each other and learn from one another.

This is an invite-only event for our Freshservice Ninjas (those who participated in the Freshservice Ninja Challenge).

Share with us what you’d like to see, and discuss with our Freshservice team and other Ninjas, so that we can ensure we plan the agenda to suit your needs and time.

 

Tagging all our amazing Ninjas here:

@keefe.andrews @zachary.king @Stratto @ggallaway @patricksawyer @ekrasner @adityatawade

 

UPDATE:

We’re hosting our first-ever Ninja Meet-up on Friday, June 3, 2022 | 9:00 AM PST/ 12:00 PM ET

WATCH RECORDING:

For those who missed the event, here’s a recording of it:

 

Though this is an invite-only event, we’ve opened limited seats for our Freshservice enthusiasts who’d like to also be a part of this meet-up and meet our Ninjas!

Subscribe to this post to stay updated about the details of the event, agenda and more.

Looking forward to hearing from you! 🤗


30 replies

Userlevel 7
Badge +9

Hi @manns! Here’s a recording of the Ninja Meet-up :) 

 

Userlevel 4
Badge +7

@zachary.king I am out of the office for a few weeks but will reply with what we are building for our known issues list when I return 🙂

Userlevel 7
Badge +9

Hi Ninjas and enthusiasts!! Remember during the meet-up we mentioned to you about the Ninjas getting exclusive access to try our 1:1 networking program? Have you signed up yet?

But, what’s this?

  • A platform for building stronger communities, culture, and teams through intentional connections.
  • Answer few questions, get matched to another community member and get talking.
  • YOU get to be the first ones to try it out.

What you get?

  • Exclusive access to trying this for the first time
  • Connect with like-minded community members through ‘Smart Matches’
  • Share your feedback with us about the tool so that we can implement it for the rest of the community based on your thoughts and suggestions

Join the Elite Club

 

What are you waiting for? Sign up now, we’ll see you on the other side :)

Userlevel 7
Badge +10

Thanks for sharing the recording. Finally sat down to watch it :)

Userlevel 4
Badge +7

Finally making it around to share our “known issues list” process. We use problems within FreshService to track both outages as well as on going issues that require more involved fixes. We wanted to develop a process that allows our employees to easily let us know that they are experiencing a particular issue which provides the team responsible for problem resolution with more examples and additional staff that they can reach out to for more information. The process that we are using relies on a number of different technologies within our environment, however, this same solution could be developed in a number of different ways.

First we added a checkbox and a new text field to the “problem” form. As shown:
 

Since we are ‘publishing’ the known issues list to SharePoint we keep track of the ID of the item in the SharePoint list to make updates easier (for example, we want to hide the item if the ‘add to public known issues list’ is unchecked.

We then execute the following workflow within FreshService whenever a problem is reported or updated

The web services call in the third box executes a routine in our RPA platform which copies some properties from the problem to the SharePoint list, which ensures that they are always in sync.

Within SharePoint the list then looks like the following:
 

The link under “Registration Link” is a customized link with query string parameters which pass the FreshService problem ID and problem title to a form within sharepoint which looks like the image below:

The user then fills out this form which, upon submission, will create a new incident that is associated with the specific problem in FreshService. We append the users email address to the end of the title which is used for the subject of the created incident request so that the techs can quickly see the users who have experienced the issue by looking at the associated incidents in the problem.

We specifically worked this using ‘low code/no code’ processes, however, if you wanted to develop a website that pulled the data directly from FreshService that could make this simpler. It would be great if FS was able to provide this type of functionality “out of the box” and have the known issues list linked from the end user portal.

Feel free to ask any questions you have :)

 

-G

 

Reply