Skip to content

flexydox/jira-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Webhook Server

This is a basic Jira webhook server built with Node.js and TypeScript.

Features

  • Express server with TypeScript
  • /webhook endpoint to receive Jira webhooks

Getting Started

  1. Install dependencies:
    npm install
  2. Build the project:
    npm run build
  3. Start the server:
    npm start
  4. Development mode (auto-reload):
    npm run dev

The server will listen on port 3000 by default.

Webhook Endpoint

  • POST /webhook
  • Logs the received payload to the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published