...
Microsoft Teams Plugin
The
teamSendNotification
anduserSendNotification
operations have been removed.The JSON Input to send message cards has changed and now uses the Adaptive Card schema. More information can be found at Configuring FlexDeploy for Teams Webhook Operations - Authoring Adaptive Cards.
MICROSOFTTEAMS
Groovy FunctionsendTeamsMessage
andsendUserTeamsMessage
have been removed.
Note |
---|
Customers using these integrations should migrate to using the recommended Microsoft Teams Workflows. A guide to configuring those can be found here. |
FD_PROJECT_ID workflow variable
This variable was incorrectly sent as a String to the Workflow Execution despite the code editor defining it as a Long. The variable is now passed as a Long to match the type suggestions. If you were casting this variable or using any string functions on it in a workflow you may have to update your scripts.
FlexDeploy 9.0.0.0 (11-02-2024)
...