I wan to show a custom message bar on top of all the board across my team. I can push a message on the board through web plugin using showNotification() method but if I use method, the notification disappears after few seconds.
I want to ensure this message never disappears from the board and every time user open the board, this message is visible. What's the best way of achieving this.