Open wizonesolutions opened 6 years ago
Hi, sure
"toggl tag" => "YouTrack Work Type"
. Change it according to your needs.php index.php
command or with run.sh script if you use DockerYou're welcome to ask more questions here
Thanks. I'm really slow getting to this, but every time I forget to put time entries in YouTrack and spend like 20 minutes manually moving data from Toggl, my interest grows...so I will do it soon and let you know if I have any questions or manage to generalize more parts of the script.
Glad if you'll find it useful!
Worked great! I'll do a PR with some config improvements (so that everything dynamic can be handled in config.json
). The default deduplication seems to work fine for me, and it also worked even though I don't use the work types (I don't tag Toggl entries). That could probably be handled in configuration, too, but I had no need to.
I also made it support multiple project codes...ideally I would've just retrieved my active projects from YouTrack, but I don't actually know its API and didn't want to spend time on it :)
Thanks for your contribution, I've just approved it
Hi! This project looks like what I need to sync time from Toggl to YouTrack (their In Progress/Paused auto-time tracking is driving me crazy). I was wondering if you could share the basics on how to configure it and what I might need to change (e.g. hardcoded timezone).
How does it avoid double-adding entries?
Thanks.