Jira JSON Export
Export JIRA Issues in JSON format.
Qu'est-ce que Jira JSON Export ?
Jira JSON Export est une extension Chrome développée par https://zyndaa.com, et sa fonction principale est "Export JIRA Issues in JSON format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira JSON Export
Téléchargez les fichiers d'extension Jira JSON Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
URL Officiel | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Description | Export JIRA Issues in JSON format. |
Taille du Fichier | 196 KB |
Nombre d'Installations | 134 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2021-03-28 |
Date de Publication | 2020-03-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://zyndaa.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zyndaa.com/ |
URL de la Page d'Aide | https://zyndaa.com/products/jira-json-export-extension |
Langues Prises en Charge | 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'" } |