Watson
Watson copied to clipboard
Integration with Redmine [feature request]
Hi @buscon! I'm not familiar with redmine, do you have resources to share about such integration?
yes, sure. in Redmine you can log time for a specific issue using their REST API, here are more information: https://www.redmine.org/projects/redmine/wiki/Rest_TimeEntries#Creating-a-time-entry
As you already plan to sync the track time with a server, I imagine it would not be difficult. you just have to send the tracked time to a specific issue (#NUMBER) through the REST API.
Here are more information about the REST API communication: https://www.redmine.org/projects/redmine/wiki/Rest_api
thank you!