We currently use service desk management for logging tickets and they all have serial numbers, is there a way for our customers logging tickets through the customer portal to enter the serial number on the ticket and it will display a history of previous issues for that match that same serial number? I assume if there is a way for this to be done, it can be done for other fields on the request form?
Also is there another way for help/knowledge articles to be displayed based on information they input fields that are being entered on the ticket? Just like when asking a question here on the community? Basically we are trying to see if it's possible to get the information to pop up on the screen, they may get the answer they need and not have to log a ticket at all.
Any help or suggestions would be greatly appreciated!
I think that the use case you described can be accomplished with Automation. Here, you could configure a rule which will look up similar issues and link them to the main ticket. Next, with the help of our app - Extension for JSM, you could display a preview of all linked issues on the Customer portal.
So, to start with, you could write the automation rule as follows:
reporter = {{issue.reporter}} AND assignee = {{issue.assignee}}
The above rule will find all related issues and automatically link them to the source ticket. At this stage, you could use the Display Related Issues feature from Extension app to display a preview of the tickets on the Customer portal.
I hope you will find the suggested approach useful. I encourage you to give it a try on a test instance to see if it meets your requirements.
Feel free to reach me in case of any additional questions. I will be happy to help!
Cheers,
Aleksandra
Thank you for your reply Aleksandra, that is really helpful and looks like it will solve my problem :-) I may be in touch again with some queries though!
Kind Regards
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad that I could be of help!
Feel free to reach out in case of any other questions 😊
Cheers,
Aleksandra
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.