jira-toggl
jira-toggl copied to clipboard
A web extension for syncing Toggl timelog entries to your Jira Software worklog.
:warning: Archived :warning:
I'm archiving this repo as I'm no longer using JIRA together with Toggl. Feel free to fork it and release a new version.
Jira Toggl
A web extension for syncing Toggl timelog entries to your Jira Software worklog.
How it looks
Popup

Settings

Download
Link to Chrome store: https://tinyurl.com/y4pj9por
Link to Firefox store: https://tinyurl.com/y5as5wkc
Specific options
Don't include Issue ID in worklog
Avoid to include the Issue ID present in the toggl task description, in the worklog description

Split worklog description from first occurrence of: "searched string to split"
If the toggl task description contains "the searched string to split (':' in this example)", the worklog description in Jira just inlcude the text after this string (not included)

Contributing To This Project
Anyone and everyone is welcome to contribute. Just create a PR with your changes and I will have a look at it.
Building the extension
Bowered from the vue-web-extension that this project is based on
npm run build
Build the extension into dist folder for production.
npm run build:dev
Build the extension into dist folder for development.
npm run watch
Watch for modifications then run npm run build.
npm run watch:dev
Watch for modifications then run npm run build:dev.
It also enable Hot Module Reloading, thanks to webpack-chrome-extension-reloader plugin.
:warning: Keep in mind that HMR only works for your background entry.
npm run build:zip
Build a zip file following this format <name>-v<version>.zip, by reading name and version from manifest.json file.
Zip file is located in dist-zip folder.
License
Copyright © 2019 Simon Eldevig
Licensed under the MIT License