Jira Integration Scenario
I’ve created a scenario that automatically creates a Jira ticket when the issue status is set to In Progress. The scenario runs, however I need to create it for individual teams to ensure only their issues are adding to their Jira boards. I currently have a filter in place between the watch events and read a record for the teamID, however I’m hesitant to run the scenario because there’s a chance it would pull every other request that is newly In Progress to the incorrect board. Does anyone have any experience/feedback on this or if the recommendation is to create a new Webhook with the teamID as a filter in the first module rather in between the two?