Jira Backlog Status
This extension displays Jira Ticket Statuses in the Backlog Board View for those that use the Software Project type.
Jira Backlog Status क्या है?
Jira Backlog Status Xzula Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays Jira Ticket Statuses in the Backlog Board View for those that use the Software Project type."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jira Backlog Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension only works on the Jira Website and only on the specific Backlog View starting with https://*.atlassian.net/jira/software/. If you're using a different Project Type this extension will not work. The extension does not work out of the box, you need to first configure in Board Settings displaying extra fields under the Card Layout tab. Make sure you add the Status field as the first Extra Field for both the Backlog and Active Sprint sections. UPDATE (v1.0.2): We now load all of the project statuses from Jira - all of your projects custom statuses should now be stored and color-highlighted correctly.
एक्सटेंशन की मूल जानकारी
नाम | Jira Backlog Status |
ID | akgnkdmkhpgnhmhmanhfclpkencoebbb |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-backlog-status/akgnkdmkhpgnhmhmanhfclpkencoebbb |
विवरण | This extension displays Jira Ticket Statuses in the Backlog Board View for those that use the Software Project type. |
फ़ाइल का आकार | 299 KB |
स्थापना संख्या | 443 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-03-14 |
प्रकाशन तिथि | 2022-05-17 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | Xzula Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Backlog Status", "author": "Efroim Rosenberg", "version": "1.0.2", "description": "This extension displays Jira Ticket Statuses in the Backlog Board View for those that use the Software Project type.", "permissions": [ "activeTab", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.atlassian.net\/jira\/software\/*" ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Jira Backlog Status" }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/jira\/software\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content.js", "content.css", "icon.png" ], "matches": [ " |