Hi All,
Any suggestion about how to send in app notification of Confluence via ScriptRunner Rest EndPoints or Script.
I had reading the ScriptRunner documentation seems no information or example about how to implement this function via ScriptRunner.
Thanks
Short answer: ScriptRunner doesn't expose a direct "send notification" API for Confluence, unlike Jira's /issue/{key}/notifyendpoint. Confluence's in-app notifications are event-driven, not push-based.
You could consider a reliable workaround: have the script create or edit a comment (or page) that includes a user-mention macro for the target user. Confluence's built-in mention pipeline then fires the in-app bell notification and email automatically, no direct notification API call needed.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.