I would like to add a plan launch notification. The "notification" function only allows you to send notifications when the plan is completed. However, it can be set in plan to receive notification by a group.
I prepared a PowerShell script that will be called in the first Task in Stage. Is it possible to get a list of people from the bamboo group via bamboo variable? Something like $ {bamboo.group.mail_test}?
Hi @MS
Bamboo does not provide a way to gather this information via variables nor REST APIs. This restriction will probably be enforced due to GDPR compliance reasons.
I guess the options you have would be:
There is a feature request to add an email task in Bamboo:
I hope that helps to clarify this scenario.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.