Gitea: Time tracking: Allow to add spend time via /spend comment

Created on 18 Apr 2019  路  2Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): 3fb038c
  • Git version: 2.17.1
  • Operating system: Deb9
  • Database (use [x]):

    • [ ] PostgreSQL

    • [x] MySQL

    • [ ] MSSQL

    • [ ] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [x] Yes

    • [ ] No

    • [ ] Not relevant

  • Log gist:

Description

Currently you can only add spent time on a issue via the sidebar.

Would be great if you can spend time via comment, e.g. like at GitLab

/spend 2h 10m

would eg add 2h 10 minutes to tracked time.

Screenshots

https://docs.gitlab.com/ee/workflow/time-tracking/time-tracking-example.png

https://docs.gitlab.com/ee/workflow/time_tracking.html#how-to-enter-data

kinproposal

Most helpful comment

You can do this via web hooks.. Listen to comments and if it contains your syntax, add the time.

Doesn鈥檛 make much sense to add this to Gitea. Will eventually lead to bloat

All 2 comments

When somebody works e.g. on #2615 too I would suggest to also implement /estimate

You can do this via web hooks.. Listen to comments and if it contains your syntax, add the time.

Doesn鈥檛 make much sense to add this to Gitea. Will eventually lead to bloat

Was this page helpful?
0 / 5 - 0 ratings