JIRA Capex Report

Creates a capex report based on your JIRA issues

What is JIRA Capex Report?

JIRA Capex Report is a Chrome extension developed by JIRALyzer, and its main feature is "Creates a capex report based on your JIRA issues".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download JIRA Capex Report Extension CRX File

Download JIRA Capex Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
Official URL https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Description Creates a capex report based on your JIRA issues
File Size 1.35 MB
Installation Count 15
Current Version 0.0.0.7
Last Updated 2017-03-15
Publish Date 2017-03-15
Developer JIRALyzer
Email [email protected]
Payment Type free
Help Page URL https://github.com/joacim-boive/jira-capex
Supported Languages 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",
        ""
    ]
}