An entry for the #Codegeist Hackathon
With ❤ From Milan 🍕, By Eng. Domingo Lupo
Link: https://devpost.com/software/jira-hook-ninja
Jira Hook Ninja allows you to create infinite webhooks listeners and attach to them what we call flows. A flow is a small application created using visual scripting, that works by dragging and dropping blocks that describe the application in terms that make sense for humans, so even non-technical people can develop a complex logic. When you receive a webhook, the associated flow is executed, and your logic determines if it needs to create a ticket on Jira and how it should be configured.
This is a Forge application that runs on the Atlassian cloud. In order to use this app, you need to clone the project, install the dependencies with NPM and follow the getting started guide from Atlassian: https://developer.atlassian.com/platform/forge/getting-started/