Jira JSON Export
Export JIRA Issues in JSON format.
Wat is Jira JSON Export?
Jira JSON Export is een Chrome-extensie ontwikkeld door https://zyndaa.com, en de belangrijkste functie is "Export JIRA Issues in JSON format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira JSON Export
Download Jira JSON Export-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
Officiële URL | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Beschrijving | Export JIRA Issues in JSON format. |
Bestandsgrootte | 196 KB |
Aantal Installaties | 134 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2021-03-28 |
Publicatiedatum | 2020-03-18 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://zyndaa.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zyndaa.com/ |
Help Pagina-URL | https://zyndaa.com/products/jira-json-export-extension |
Ondersteunde Talen | 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'" } |