Jira - Estimations sum for columns in boards
This extension sums up the estimates for each column in both Scrum and Kanban boards.
Qu'est-ce que Jira - Estimations sum for columns in boards ?
Jira - Estimations sum for columns in boards est une extension Chrome développée par Per Lundström, et sa fonction principale est "This extension sums up the estimates for each column in both Scrum and Kanban boards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira - Estimations sum for columns in boards
Téléchargez les fichiers d'extension Jira - Estimations sum for columns in boards 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
Jira - Estimations sum for columns in boards Requirements: - "Global time tracking settings/Time display format" can be either "days" or "hours". - The project needs to be "company-managed". - The Scrum board needs to show only one estimation field. Either that from "Board settings/Estimation" or "Board settings/Card layout". - The Kanban board needs to show only one estimation field, which you can find under "Board Settings/Card layout".
Informations de Base sur l'Extension
Nom | Jira - Estimations sum for columns in boards |
ID | dfpbfekaakbmmlpkjghimjlconpnfmbl |
URL Officiel | https://chromewebstore.google.com/detail/jira-estimations-sum-for/dfpbfekaakbmmlpkjghimjlconpnfmbl |
Description | This extension sums up the estimates for each column in both Scrum and Kanban boards. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-10-16 |
Date de Publication | 2021-04-15 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Per Lundström |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira - Estimations sum for columns in boards", "description": "This extension sums up the estimates for each column in both Scrum and Kanban boards.", "version": "1.3", "short_name": "Jira - Estimations sums", "author": "Per Lundstr\u00f6m", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/secure\/RapidBoard.jspa?*", "https:\/\/*\/secure\/RapidBoard.jspa?*", "https:\/\/*\/jira\/software\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ], "run_at": "document_end" } ] } |