https://github.com/liarprincess/toggl-jira
Sync Toggl time entries to JIRA
https://github.com/liarprincess/toggl-jira
Last synced: about 2 months ago
JSON representation
Sync Toggl time entries to JIRA
- Host: GitHub
- URL: https://github.com/liarprincess/toggl-jira
- Owner: LiarPrincess
- Created: 2020-09-28T14:58:35.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-28T15:01:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:40:41.183Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tool that will sync time entries from [Toggl](https://toggl.com) to [Jira](https://www.atlassian.com/software/jira).
Written because Jira UI for adding time entries is kind of slow.
With Toggl you have a dedicated desktop app, so you can start/resume tasks with just 1 click.
You can also use [Toggl Chrome extension](https://chrome.google.com/webstore/detail/toggl-track-productivity/oejgccbfbmkkpaidnkphaiaecficdnfn) to add 'Start entry' button directly on Jira ticket. then you use this tool to sync back time entries to Jira.
# Instructions
1. Usual Node things (`npm i` etc.)
2. Fill `./user.json`
3. Fill `./.env`
4. Run