Skip to content

prugala/go-toggl-jira-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-toggl-jira-sync

Sync toggl time entries with jira task worklogs

How to use

  1. Create .env file from .env.dist ($cp users.json.dist users.json) and put url to Jira
  2. Create file users.json from users.json.dist ($cp users.json.dist users.json) and fill JIRA_URL variable
  3. Run go run . or build go build . project

TODO

  • Allow to select project to sync
  • Statistics after sync process
  • GUI