An open API service indexing awesome lists of open source software.

https://github.com/vito/tracksuit

github issue and tracker story syncer
https://github.com/vito/tracksuit

Last synced: over 1 year ago
JSON representation

github issue and tracker story syncer

Awesome Lists containing this project

README

          

# tracksuit

![Tracksuit Mascot](images/tracksuit.jpg)

keeps Github issues and Tracker stories in sync by doing the following:

* if an issue exists with no stories labelled with `reponame/username#123`,
create a story with the issue's name/description

* for every issue, find all labelled stories and reflect their status in a
helpful comment (only one comment per issue, updating if it already exists)

* if an issue is open and all stories for it are accepted, close it with a
message linking to the stories, and instructing the user to reopen if they
have any questions or more feedback

it is implemented as a stateless CLI, and you just give it flags for the Github
organization and Tracker project ID to sync up. comments and stories will be
created as the user for the respective tokens.