This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Github

Overview

The GitHub Connector pulls the following data from the repository: assignees, collaborators, commits, issues, pull requests, comments, reviews, review comments, stargazers

This source is using singer-tap-github tab. Learn more how Singer-based sources work

How to connect

  • Go to the GitHub tokens page
  • Create a new token with at repo scope.
  • Save created token. It is used as Access Token in Jitsu UI

Connection Parameters

ParameterDocumentation
config.access_token*
string
(required)
Access Token. Generate it here
config.repository*
string
(required)
Repository as org/repo such as jitsucom/jitsu
config.start_date*
isoUtcDate
(required; default: 2021-01-01T00:00:00.000Z)