JIRALyzer for JIRA

Atlassian JIRA on steroids!

JIRALyzer for JIRA란 무엇입니까?

JIRALyzer for JIRA은(는) JIRALyzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Atlassian JIRA on steroids!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

JIRALyzer for JIRA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}