Rise a issue in JIRA after new Team created in Teams

Radoslaw Kolodziejek 6 Reputation points
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

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,563 questions
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.