GitHub
Sync customer requests with GitHub
What is GitHub?
GitHub helps teams collaborate on code by providing a platform to host, review, and manage software development projects.
Why should you connect GitHub to Cycle: Key benefits
Customer feedback comes in all forms & shapes (Slack messages, call recordings, screenshots, emails, ...). In many cases, a single customer feedback will contain multiple requests which means you won't be able to create a unique issue from it. You'll also want to keep track of the customer submitting the feedback, but issue trackers don't have a "customer" object to do so. If you're currently creating an issue for every incoming request, you'll quickly find yourself with a graveyard of issues and a bunch of people expecting an update that they'll never get.
By connecting Cycle to GitHub you'll be able to
- Create GitHub issues automatically from Cycle when you commit to delivering a new feature or addressing a problem.
- Connect feature requests directly to items on your roadmap. That way you'll reconcile product discovery & delivery workflows
- Automate status updates between GitHub and Cycle to close feedback loops with your customers.
- Push customer context & product documents (scopes, PRDs, etc) to GitHub
We wrote an article explaining how to add product discovery on top of an issue tracking tool. Have a look!
How the GitHub integration works
When a feature's status changes in Cycle, it triggers GitHub to create a new issue. The issue's URL is added as a property to the feature in Cycle.
As the issue's status changes in GitHub, the feature's status in Cycle is updated as well. Stakeholders with quotes linked to the feature will automatically receive updates in a feedback loop.
Quick setup
Creating issues and tasks from Cycle:
- Open your Cycle workspace settings > API > create webhook. Create a webhook that listens for status changes.
- Filter the webhook events based on the specific status ID change you want to use as trigger.
- Use the filtered webhook events to create a new issues in GitHub.
Update Cycle based on status changes in GitHub:
- Setup a webhook in GitHub to listen to status updates.
- Based on the task's url, search for the corresponding doc in Cycle.
- Update the Cycle doc's status property accordingly.