Jira JSON Export
Export JIRA Issues in JSON format.
What is Jira JSON Export?
Jira JSON Export is a Chrome extension developed by https://zyndaa.com, and its main feature is "Export JIRA Issues in JSON format.".
Extension Screenshots
Download Jira JSON Export Extension CRX File
Download Jira JSON Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
Official URL | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Description | Export JIRA Issues in JSON format. |
File Size | 196 KB |
Installation Count | 134 |
Current Version | 0.0.4 |
Last Updated | 2021-03-28 |
Publish Date | 2020-03-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://zyndaa.com |
[email protected] | |
Payment Type | free |
Extension Website | https://zyndaa.com/ |
Help Page URL | https://zyndaa.com/products/jira-json-export-extension |
Supported Languages | 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'" } |