This app allows you to sync your Toggl logs into Jira.
You just create a new Toggl entry, and provide a description like
EXAMPLE-123 created pullrequest for this issue. This connector will
automatically:
- set the entry to billable
- set a project for the entry
- will create a corresponding Jira worklog entry with the same description
if set up correctly
- Python 3.x
- configure the application
- create a
settings.jsonbased onsettings.example.jsonto tell the application how Toggl projects should be mapped to Jira - create a
secrets.jsonbased onsecrets.example.jsonand provide your Toggl and Jira credentials
- create a
- setup and activate virtualenv
source install.shorcall install.batthe scripts will install and setup virtualenv - call
run-once