# gello **Repository Path**: mirrors_DataDog/gello ## Basic Information - **Project Name**: gello - **Description**: ## Auto-archived due to inactivity. ## :octocat: A self-hosted server for managing Trello cards based on GitHub webhook events - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](images/demo/01_create_subscription.gif) 2. (A community member) opens an issue: ![Opening an Issue](images/demo/02_new_issue.gif) 3. View Trello card or JIRA Issue auto-created from this issue: ![Viewing new card](images/demo/03_view_card.gif) ## Getting Started 1. [Feature Overview](docs/feature.md) 2. [Development Guide](docs/development.md) 3. [Deployment Guide](docs/deployment.md) ## Contributing > Does something not make sense or work as expected? Please open a [pull request](https://github.com/DataDog/gello/compare) to update this documentation. Thank you!