【confluence插件开发】发通知
localNotificationService.createOrUpdate(userName, new NotificationBuilder()
.application(PLUGIN_KEY) // a unique key that identifies your plugin
.title("")
.itemTitle("")
.description(description)
.groupingId("com.example.plugins.tutorial.confluence.notification") // a key to aggregate notifications
.createNotification());
用户会在页面右上角看到通知:
共有 0 条评论