Watson icon indicating copy to clipboard operation
Watson copied to clipboard

Integration with Redmine [feature request]

Open buscon opened this issue 6 years ago • 2 comments

hi,

it would be great to be able to log the time tracked by watson into Redmine.

thanks!

buscon avatar Jan 10 '20 09:01 buscon

Hi @buscon! I'm not familiar with redmine, do you have resources to share about such integration?

jmaupetit avatar Jan 10 '20 09:01 jmaupetit

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!

buscon avatar Jan 10 '20 10:01 buscon