If you want to send a message to a Microsoft Teams channel, you first need to integrate Microsoft Teams and Automation for Jira. This provides a webhook URL that Automation for Jira uses to send messages to your Microsoft Teams channels. This integration can be revoked at any time.
Microsoft Teams 統合のセットアップは、いくつかのシンプルなステップで完了します。
- Navigate to Microsoft Teams, choose More options (...) next to the channel name, then choose Connectors.
- コネクターのリストを [受信 Webhook] までスクロールして、[追加] を選択します。
- Enter Automation for Jira as the name for the webhook, upload an image to associate with data from the webhook (you can download and use Curly), and choose Create.
- Webhook URL をクリップボードにコピーして、[完了] を選択します。
- Use the webhook URL to create a secret key that you'll use in automation rules. Learn how to add a new secret key
- Now go back to your rule and the Send Microsoft Teams Notification action.
- 使用可能なシークレット キーのリストから Webhook URL を選択します。
設定完了です! Microsoft Teams チャンネルと統合されました。
マークダウンのサポート
Microsoft Team messages support basic markdown for rich formatting. The only limitations are you can't insert:
- 画像
- インライン HTML
- HTML ブロック
- カスタム ノード
ヒント
*
、#
などの特殊文字を文字としてメッセージ中に表示する場合は、文字をエスケープする必要があります。エスケープされていない特殊文字は、マークダウンとして扱われます。文字をバックスラッシュで囲んで、エスケープできます。例: \#\
例
バグが発生したら、Microsoft Teams チャンネルにメッセージを送信します。
The message body is using smart values formatted with markdown language:
このルールがトリガーされると、Microsoft Teams 内のメッセージは次のように表示されます。
これで完了です。Microsoft Teams でメッセージを送信できるようになりました。