JIRALyzer for JIRA

Atlassian JIRA on steroids!

Qu'est-ce que JIRALyzer for JIRA ?

JIRALyzer for JIRA est une extension Chrome développée par JIRALyzer, et sa fonction principale est "Atlassian JIRA on steroids!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JIRALyzer for JIRA

Téléchargez les fichiers d'extension JIRALyzer for JIRA 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

                        JIRALyzer for Atlassian JIRA - will make your life as a Manager, Scrum Master or Project Manager easier and more productive.

In your JIRA instance:
- Get an dynamic and instant overview over the workload in all created sprints.
- Integrates with Google Sheets to fetch amount of available hours for your team
- Get an immediate overview of the JIRA:s that are missing required labels.
- Get an immediate overview of the JIRA:s that have both labels to ease in estimation or work.
- Drag & drop and collapsible popup.

More to come!
- Get dynamically updated stats of the work distribution of labels.
- Track logged hours easily within the sprints.

Tested in JIRA 6.38 - 7.2.3 but should work in most versions of JIRA.

- Fixed problem with wrong total time when having large sprints - 50+ JIRAs, not the maximum limit of items in a sprint can be 1000 (limitation of JIRA). 
- Now stores the state and position of the popup
- Added a loading animation                    

Informations de Base sur l'Extension

Nom JIRALyzer for JIRA JIRALyzer for JIRA
ID jdnccmbjgbbgakepgebkncajeobgbpme
URL Officiel https://chromewebstore.google.com/detail/jiralyzer-for-jira/jdnccmbjgbbgakepgebkncajeobgbpme
Description Atlassian JIRA on steroids!
Taille du Fichier 3.89 MB
Nombre d'Installations 173
Version Actuelle 0.0.2.1
Dernière Mise à Jour 2017-04-21
Date de Publication 2017-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur JIRALyzer
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRALyzer for JIRA",
    "version": "0.0.2.1",
    "manifest_version": 2,
    "description": "Atlassian JIRA on steroids!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "JIRALyzer",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "content.css",
                "bower_components\/hint.css\/hint.min.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/\/secure\/RapidBoard*",
        "https:\/\/*\/\/secure\/RapidBoard*"
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}