manofearth / toggly

Toggl to Youtrack time synchronizer
3 stars 1 forks source link

Support multiple projects. #2

Closed wizonesolutions closed 6 years ago

wizonesolutions commented 6 years ago

Also simplify project setup.

Requires setting common.timezone in config.json. The old format for youtrack.projects is still supported.

wizonesolutions commented 6 years ago

Pushed several more commits to fix issues I ran into. The $timeEntrySkipKey in \TogglSync\VastSyncer\skipTimeEntry() might need more data (e.g. work type) to deduplicate more accurately, but I think this will actually work fine (assuming that the order of returned Toggl and YouTrack entries is deterministic).