Jira JSON Export
Export JIRA Issues in JSON format.
Cos'è Jira JSON Export?
Jira JSON Export è un'estensione di Chrome sviluppata da https://zyndaa.com, e la sua funzione principale è "Export JIRA Issues in JSON format.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira JSON Export
Scarica i file di estensione Jira JSON Export in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Descrizione | Export JIRA Issues in JSON format. |
Dimensione del File | 196 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2021-03-28 |
Data di Pubblicazione | 2020-03-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://zyndaa.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zyndaa.com/ |
URL della Pagina di Aiuto | https://zyndaa.com/products/jira-json-export-extension |
Lingue Supportate | 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'" } |