Skip to content

star-integrations/github-to-backlog-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub to Backlog

GitHub Webhooks(push event) -> Google Cloud Functions -> Backlog API(comment)

How To Use

Deploy GCF

  1. cp config.sample.yaml config.yaml
  2. edit config.yaml
  3. make deploy PROJECT_NAME=YOUR_GCP_PROJECT_NAME

How To Get Backlog API Key

Setup Webhook

  1. Open https://github.com/YOUR_ORG/YOUR_REPOSITORY/settings/hooks/new
Settings Values
Payload URL https://*.cloudfunctions.net/Callback
Content type application/json
Secret
SSL verification Enable SSL verification (default)
Which events would you like to trigger this webhook? Send me everything.
Active On (default)
  1. Add webhook

About

Posts GitHub event to backlog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published