All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.comment-notification-slack-template.json Maven / Gradle / Ivy

The newest version!
{
  "username" : "{{application.name}}",
  "mrkdwn_in" : ["text", "fields"],
  "attachments": [
    {
      "fallback": "Comment posted by {{userId}}\n{{comment.body}}",
      "color": "#6c1a91",
      "pretext": "New comment in {{project.displayName}}",
      "title" : "Commented on {{entity.browserText}}",
      "title_link" : "{{{entity.url}}}",
      "author_name": "{{userId}}",
      "text": "{{{comment.body}}}",
      "footer" : "<{{{entity.url}}}|View comment on {{application.name}}>",
      "ts": {{comment.ts}}
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy