https://github.com/datadog/gello
## Auto-archived due to inactivity. ## :octocat: A self-hosted server for managing Trello cards based on GitHub webhook events
https://github.com/datadog/gello
github product-management self-hosted trello
Last synced: 9 months ago
JSON representation
## Auto-archived due to inactivity. ## :octocat: A self-hosted server for managing Trello cards based on GitHub webhook events
- Host: GitHub
- URL: https://github.com/datadog/gello
- Owner: DataDog
- License: apache-2.0
- Archived: true
- Created: 2018-03-21T14:09:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:08:28.000Z (about 3 years ago)
- Last Synced: 2025-03-11T12:13:09.975Z (11 months ago)
- Topics: github, product-management, self-hosted, trello
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 44
- Watchers: 7
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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:

2. (A community member) opens an issue:

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

## 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!