Jira JSON Export

Export JIRA Issues in JSON format.

Jira JSON Export क्या है?

Jira JSON Export https://zyndaa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export JIRA Issues in JSON format."।

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

screenshot
screenshot

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

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

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

                        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                    

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

नाम Jira JSON Export Jira JSON Export
ID hpoapncnjpfbjooefimfpkknlcnkjlna
आधिकारिक URL https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna
विवरण Export JIRA Issues in JSON format.
फ़ाइल का आकार 196 KB
स्थापना संख्या 134
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2021-03-28
प्रकाशन तिथि 2020-03-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://zyndaa.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zyndaa.com/
सहायता पृष्ठ URL https://zyndaa.com/products/jira-json-export-extension
समर्थित भाषाएँ 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'"
}