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

Customizing your APIM Portal

I’m not going to go into all the customization functions of the APIM Portal. You can add customized pages along with pre-defined widgets into the portal (and change colours) to add your own flair to it. If you are the Administrator of the APIM installation, when you click on the Developer Portal it will always … Read More