Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.26 KB

Gello

Gello is a self-hosted server for managing Trello cards based on GitHub webhook-events.

It is developed by Datadog to help manage community contributions on our open-source GitHub repositories, and incorporate them into our biweekly sprints.

Gello now has support for managing JIRA issues as well.

How it Works

Users can subscribe Trello boards (and lists) to GitHub repositories through a web UI, and Trello cards will be created to the subscribed list following every Issue or Pull Request opened by a community member.

JIRA projects and parent issues can also be subscribed to GitHub repositories.

Example Usage:

  1. Create a new subscription:

    Creating a Subscription

  2. (A community member) opens an issue:

    Opening an Issue

  3. View Trello card or JIRA Issue auto-created from this issue:

    Viewing new card

Getting Started

  1. Feature Overview
  2. Development Guide
  3. Deployment Guide

Contributing

Does something not make sense or work as expected? Please open a pull request to update this documentation. Thank you!