Jira automation: How to deal with the retirement of Office 365 connectors within Microsoft Teams

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 4

  • @byrongalietta3904
    @byrongalietta3904 Месяц назад +1

    Are there plans to allow posting to a Private Teams Channel? This would be really helpful and help organisations who have webhooks going to private channels.

    • @Yasoon
      @Yasoon  Месяц назад

      Hi there Byron, thank you for your comment.
      Microsoft 365 for Jira does not support posting to private Microsoft Teams channels. This limitation is part of the design of private channels in Microsoft Teams, which is focused on maintaining secure and restricted access for its members: learn.microsoft.com/en-us/microsoftteams/private-channels#private-channel-owner-and-member-actions
      In general, Microsoft Teams does not support the use of connectors, including webhooks, in private channels. We've just tried to create a workaround with Microsoft Workflows to allow posting to a private MS Teams channel, but it didn't work unfortunately. Sorry, I can't offer a quick fix...
      If integrating directly via webhooks to private channels is crucial, you may consider reaching out to both Microsoft and Atlassian support to express this need. User feedback can often drive future updates and releases.
      If you're interested to set up a connection between MS Teams and Jira with yasoon's integration, you can book a call with our team here and discuss your use case: outlook.office365.com/book/MeetMicrosoft365forJira@yasoon.com/
      Britta from yasoon

  • @cerninfo5917
    @cerninfo5917 Месяц назад +1

    Hi, which is the replacement for webhook connector in teams, Because iam using spring batch application to send notification to teams channel. Now webhook connector will be outof service. What will be replacement, your suggestion will helpful.

    • @Yasoon
      @Yasoon  Месяц назад

      Hi there, as per Microsoft's suggestion: You can switch to using Microsoft Teams' built-in "Post a message in a chat or channel" workflow within Power Automate . This method allows you to send messages, including adaptive cards, to Teams channels using HTTP requests. Here's a list of the Power Automate connectors learn.microsoft.com/en-us/connectors/connector-reference/connector-reference-powerautomate-connectors
      You should be able to replace the outgoing webhook URLs in your Spring Batch application with the HTTP endpoint URL generated by the Power Automate flow.
      For detailed guidance on setting up and configuring Power Automate flows for Teams, you can refer to Microsoft's documentation or community forums for additional examples and troubleshooting tips.