Harvest/Jira worklog integration
Puts a button in Harvest that let's you log your harvest time directly into JIRA
Qu'est-ce que Harvest/Jira worklog integration ?
Harvest/Jira worklog integration est une extension Chrome développée par eatskolnikov, et sa fonction principale est "Puts a button in Harvest that let's you log your harvest time directly into JIRA".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Harvest/Jira worklog integration
Téléchargez les fichiers d'extension Harvest/Jira worklog integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Puts a button in Harvest that let's you log your harvest time directly into JIRA This idea came up after wasting a lot of time moving the tracked time from harvest to JIRA tasks. You see, JIRA and Harvest measure time differently. Here is an example: Let's say you worked on a task for one hour and 6 minutes - In harvest you would get something like: 1.10 - In JIRA you would have to calculate the equivalent of that number to the exact time, to get something like: 1h 6m It get's pretty annoying, wasting time to calculate mere minutes, with this tool all you have to do is click two buttons and you're set. No more wasting time writing the time down.
Informations de Base sur l'Extension
Nom | Harvest/Jira worklog integration |
ID | jnljfejacjncgpphbcpenmfjgdpeaapd |
URL Officiel | https://chromewebstore.google.com/detail/harvestjira-worklog-integ/jnljfejacjncgpphbcpenmfjgdpeaapd |
Description | Puts a button in Harvest that let's you log your harvest time directly into JIRA |
Taille du Fichier | 129 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-11-20 |
Date de Publication | 2016-11-20 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | eatskolnikov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eatskolnikov/harvest-jira-worklog-integration |
URL de la Page d'Aide | https://github.com/eatskolnikov/harvest-jira-worklog-integration |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Harvest\/Jira worklog integration", "short_name": "Harvest\/JIRA worklog", "version": "1.0.3", "manifest_version": 2, "description": "Puts a button in Harvest that let's you log your harvest time directly into JIRA", "background": { "scripts": [ "scripts\/db.js", "scripts\/background.js" ] }, "web_accessible_resources": [ "html\/modal.html" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Harvest\/Jira worklog integration" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_page": "html\/settings.html", "options_ui": { "page": "html\/settings.html", "chrome_style": true }, "permissions": [ "*:\/\/*.atlassian.net\/*", "*:\/\/*.harvestapp.com\/*", "webRequest", "webRequestBlocking", "alarms", "contextMenus", "notifications", "idle", "tabs" ], "optional_permissions": [ "*:\/\/*\/" ] } |