gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Add time-tracking events to webhook

Open anbraten opened this issue 3 years ago • 1 comments

Feature Description

To integrate tools like Clockify or Traggo with Giteas time-tracking adding a new event type for time-trackings to the webhook settings of a project would be helpful. Those tools have quite advanced analytics which I wont expect Gitea to implement in the near future, but as tracking time on issues and PRs in Gitea is quite cool and convenient, I would like to have some webhook to call a service which could for example create entries via the Clockify api.

Screenshots

No response

anbraten avatar Feb 03 '22 17:02 anbraten

I migrated from gitlab recently. I wanted to integrate with clockify with gitea events like pressing start/stop of time tracking and manually entering time but unfortunately I discovered that there aren't any events for that.

Those events would be really helpful to prevent bloat of gitea itself, advanced reporting can be easily integrated in separate app with webhooks.

Kinda related issue: https://github.com/go-gitea/gitea/issues/3998

SystemZ avatar Aug 03 '22 01:08 SystemZ