@rik_sanchez you can use real time publish , if you are logged in you will get a pop up notification . write this code when a client creates an issue :
frappe.publish_realtime(event='msgprint',message="Bob just created an issue...",user="Administrator")
7 Likes
