JIRALyzer for JIRA

Atlassian JIRA on steroids!

JIRALyzer for JIRA क्या है?

JIRALyzer for JIRA JIRALyzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Atlassian JIRA on steroids!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JIRALyzer for JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम JIRALyzer for JIRA JIRALyzer for JIRA
ID jdnccmbjgbbgakepgebkncajeobgbpme
आधिकारिक URL https://chromewebstore.google.com/detail/jiralyzer-for-jira/jdnccmbjgbbgakepgebkncajeobgbpme
विवरण Atlassian JIRA on steroids!
फ़ाइल का आकार 3.89 MB
स्थापना संख्या 173
वर्तमान संस्करण 0.0.2.1
अंतिम अपडेट 2017-04-21
प्रकाशन तिथि 2017-04-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर JIRALyzer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}