Rise a issue in JIRA after new Team created in Teams

Radosław Kołodziejek 1 Reputation point
2021-09-13T13:09:48.223+00:00

Hello

I have a case to resolve. When someone is going to create new Team in Teams i have to create a issue in JIRA. I don't see in Azure Logic App connectors to react after creating new Team.
Can someone provide me w guide how to create such a trigger?

Thank you

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,033 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,829 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2021-09-14T08:32:58.097+00:00

    @myurl While a trigger for this doesn't exist, you can subscribe to changes in teams and have a Logic App (with a HTTP Trigger) get notified. You can just subscribe to notifications without resource data to make things simpler and get the details for the team via the Get a team Action.

    Finally, you just create an issue on JIRA using the action.