Favro - Toggl Timer

Start Toggl Timer when viewing a Favro ticket

作者
mikemeier
日安装量
0
总安装量
22
评分
0 0 0
版本
1.23.0
创建于
2020-03-01
更新于
2024-10-23
大小
14.9 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",
"favro_columns_to_track": "AAbbCCddEE,FFggHHiiJJ",
"favro_pid_custom_field_id": "AAbbCCddEE",
"toggl_api_key": "toggl_api_key",
"toggl_wid": 1234
}