How to sync github org repository to paperclip? #10557
Replies: 1 comment
|
There isn't a built-in two-way GitHub Issues ↔ Paperclip Issues sync yet. The current GitHub support does two different things:
Neither path imports GitHub Issues as Paperclip Issues or mirrors changes back to GitHub. The repository now contains a draft External Task Protocol for this exact use case, but the merged change was documentation-only (#10568). The GitHub Issues connector is still listed as a proposed plugin in the plugin design notes. For now, the practical option is a custom integration: consume GitHub So if you're looking for a settings-page switch, it doesn't exist in the current release; you'd need to build that connector or wait for the proposed plugin to land. |
Uh oh!
There was an error while loading. Please reload this page.
So I want to sync GitHub Issues with Tasks in Paperclip. For example, if I create an issue in a repo, a task will be created directly in Paperclip. And vice versa, if I create a task in Paperclip, it will sync directly to the GitHub issue.
All reactions