Favro - Toggl Timer

Start Toggl Timer when viewing a Favro ticket

目前為 2020-03-01 提交的版本,檢視 最新版本

作者
mikemeier
評價
0 0 0
版本
0.7
建立日期
2020-03-01
更新日期
2020-03-01
尺寸
6.4 KB
授權條款
MIT
腳本執行於

Installation
============
- Visit favro.com
- Add a custom field (On open card) -> Create custom Field -> Name = Toggl Project Id (What ever you like) / Type = Number
- Install UserScript Favro - Toggl Timer
- Visit favro.com
- Fill out every needed key (prompt fields)
- Open a favro ticket -> tracking will start after 5s

Optional configuration via storage:

{
"favro_email": "[email protected]",
"favro_api_key": "your_favro_api_key",
"favro_ticket_prefix": "XXX-",
"favro_organization_id": "favro_organization_id",
"toggl_api_key": "toggl_api_key",
"toggl_default_pid": "toggl_default_project_id",
"favro_pid_custom_field_id": "toggl_custom_field_id_for_different_pid"
}