Creating WebHooks with JIRA

Similar to the posts I’ve written about creating Webhooks for AzureDevOps and Git, you can do the same for Jira. To get started, you need to navigate to System Settings and then down to Webhooks. The amount of information and events that you can extract from JIRA is quite significant. In the below screenshot, I … Read More

Creating WebHooks with GIT

Similar to Azure DevOps, you can set up a WebHook in GIT to collect data when changes are made to the system. Webhooks in GIT are not global and apply to each project you configure them on. Configuring Your Webhook To start, you create your HTTP “listener” URL and add that to GIT. It’s important … Read More

PowerApps Solution Architecture: The Summary

Over the past few posts, we’ve discussed several different architecture options for designing and maintaining PowerApps Solutions. The All-In-One Solution The Feature-Based Solution The Team-Based Solution The Component-Based Solution The question now becomes which one is the best that I should use every single time. Well, the beauty of architecture is that there are many … Read More