JIRA Capex Report

Creates a capex report based on your JIRA issues

Co to jest JIRA Capex Report?

JIRA Capex Report to rozszerzenie Chrome opracowane przez JIRALyzer, a jego główną funkcją jest „Creates a capex report based on your JIRA issues”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia JIRA Capex Report

Pobierz pliki rozszerzeń JIRA Capex Report w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Using Atlassian JIRA - create a report showing all logged time, including sub-tasks, during your specified time period!

Commonly used to be able to capitalise time, for instance.


Simply enter your JIRA URL, credentials, and JQL of the JIRAs that you wish to analyze.                    

Podstawowe informacje o rozszerzeniu

Nazwa JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
Oficjalny URL https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Opis Creates a capex report based on your JIRA issues
Rozmiar pliku 1.35 MB
Liczba instalacji 15
Aktualna Wersja 0.0.0.7
Ostatnia Aktualizacja 2017-03-15
Data Publikacji 2017-03-15
Deweloper JIRALyzer
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/joacim-boive/jira-capex
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Capex Report",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Creates a capex report based on your JIRA issues",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRA Capex Report",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}