Yaml specs (Notification recipient com.atlassian.bamboo.plugins.bamboo-slack:recipient.slack is not supported yet)

Issue #86 wontfix
Former user created an issue

Hi All,

I'm trying to configure some plans and deployments using bamboo specs. All our notifications are using Slack and we want to continue using them.

Just when I'm exporting one plan to yaml specs, we can see this message in the yaml:

Notification recipient com.atlassian.bamboo.plugins.bamboo-slack:recipient.slack is not supported yet

But if I've exported as JavaSpecs, I can see how to configure the slack notifications as:

        .notifications(new Notification()
                .type(new PlanCompletedNotification())
                .recipients(new AnyNotificationRecipient(new AtlassianModule("com.atlassian.bamboo.plugins.bamboo-slack:recipient.slack"))
                     .recipientString("replaceme|#devops||")))

Do you know if there is a way to configure the plan notifications for slack using Yaml specs, please?

Thanks in advance, Marcos Gabilondo.

Comments (1)

  1. Log in to comment