Skip to content

Export time entries from Toggl to Jira (work in progress)

Notifications You must be signed in to change notification settings

vhartikainen/toggl-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toggl-exporter

(Work in progress..)

The exporter will by default retrieve time entries from the monday of current week (00:00) to the end of the current day. These defaults can be changed by providing the startDate and endDate command line args. The Jira issue id's are expected in the beginning of a Toggl time entry description, e.g. MYPROJ-1234 Did some funny stuff. The rest of the description is added as a worklog comment in Jira.

  1. Configure: Edit src/main/resources/application.properties to set your toggl & jira credentials and base uris
togglApiToken=xxxxxxx:api_token
togglUri=https://www.toggl.com/api/v8
jiraUri=https://myjira.com/rest/api/latest
jiraCredentials=username:password
  1. Build:

mvn clean install

  1. Run: Execute

java -jar target/toggl-export-1.0-SNAPSHOT.jar [--startDate=dd-mm-yyyy --endDate=dd-mm-yyyy]

About

Export time entries from Toggl to Jira (work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages