Jira JSON Export

Export JIRA Issues in JSON format.

Vad är Jira JSON Export?

Jira JSON Export är en Chrome-tillägg utvecklad av https://zyndaa.com, och dess huvudfunktion är "Export JIRA Issues in JSON format.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Jira JSON Export-förlängningens CRX-fil

Ladda ner Jira JSON Export-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Export issues in Jira boards to JSON file

In the Atlassian JIRA tool, it will take a lot of time to copy each issue details in the Jira boards one by one.

Using this extension, export issues in Jira boards to JSON file.

Follow the below steps to export the issues in Jira boards to JSON file.

1) Install addon in chrome
2) Visit your Atlassian JIRA website. Go to Jira board
3) Click on the addon icon on the top right side
4) Click on the export button which will download JSON file                    

Grundläggande Information om Tillägg

Namn Jira JSON Export Jira JSON Export
ID hpoapncnjpfbjooefimfpkknlcnkjlna
Officiell webbadress https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna
Beskrivning Export JIRA Issues in JSON format.
Filstorlek 196 KB
Antal Installationer 134
Aktuell Version 0.0.4
Senast Uppdaterad 2021-03-28
Publiceringsdatum 2020-03-18
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://zyndaa.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://zyndaa.com/
Hjälpsida URL https://zyndaa.com/products/jira-json-export-extension
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira JSON Export",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Export JIRA Issues in JSON format.",
    "permissions": [
        "tabs",
        "https:\/\/*.atlassian.net\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Export JIRA Project",
        "default_popup": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}