Below are details of plugin interface changes with Bamboo 1.2
Notification Condition
The method getTextEmail has changed from
to
It now requires you to return the email object with the content populated (body, subject mimeType etc)
Labels:
| This documentation relates to Bamboo 3.4.x If you are using an earlier version, please view the previous versions of the Bamboo documentation and select the relevant version. |
Below are details of plugin interface changes with Bamboo 1.2
The method getTextEmail has changed from
to
It now requires you to return the email object with the content populated (body, subject mimeType etc)
Add Comment