Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
/ jira-toggl Public archive

A web extension for syncing Toggl timelog entries to your Jira Software worklog.

License

Notifications You must be signed in to change notification settings

simoneldevig/jira-toggl

Repository files navigation

Build Status


⚠️ Archived ⚠️

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.


HeadRest

Jira Toggl

A web extension for syncing Toggl timelog entries to your Jira Software worklog.

How it looks

Popup

Popup

Settings

Popup

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.

⚠️ 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