This is a basic Jira webhook server built with Node.js and TypeScript.
- Express server with TypeScript
/webhookendpoint to receive Jira webhooks
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the server:
npm start
- Development mode (auto-reload):
npm run dev
The server will listen on port 3000 by default.
- POST
/webhook - Logs the received payload to the console.