Jira Gantt
a solution to flatten all Jira tickets and allow a Gantt chart to plan and monitor the progress
Τι είναι το Jira Gantt;
Το Jira Gantt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Toan Nguyen, και η κύρια λειτουργία του είναι "a solution to flatten all Jira tickets and allow a Gantt chart to plan and monitor the progress".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jira Gantt
Λήψη αρχείων επέκτασης Jira Gantt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Jira Gantt supports to fetch and flatten all Jira cloud tickets (of Sprints or JQL) via read-only API access and allow users to manually create a gantt chart to plan the tickets locally. Additional, user can export/import the planning information to/from Google Sheet Applicable case: When you need to have a detail plan for each stories to optimize the performance of a specialized team. For example you have members dedicated for QA, Dev work but not have cross-functional team, thus for a User Story the team would plan the development work and testing work separately. Detail planning flow: Fetch Sprint backlog to this tools as a dashboard Export to Google Sheet for all members to input the panning dates Import the planning dates from Google Sheet The plan dates can be input directly using this tool via UI
Βασικές Πληροφορίες Επέκτασης
Όνομα | Jira Gantt |
ID | kikhnobkckhjjocokglddiaaohdeedfh |
Επίσημο URL | https://chromewebstore.google.com/detail/jira-gantt/kikhnobkckhjjocokglddiaaohdeedfh |
Περιγραφή | a solution to flatten all Jira tickets and allow a Gantt chart to plan and monitor the progress |
Μέγεθος Αρχείου | 4.58 MB |
Αριθμός Εγκαταστάσεων | 55 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2024-01-26 |
Ημερομηνία Δημοσίευσης | 2023-04-13 |
Προγραμματιστής | Toan Nguyen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Gantt", "description": "a solution to flatten all Jira tickets and allow a Gantt chart to plan and monitor the progress", "version": "1.2", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlSZc\/9DFDJnaSAdxfqJkNnuzKRg6PdLZLAxm\/5F4HM1WCO7NB\/LPRueQgMy5W68PmzHMGCXzrEVib9IbQ6vUYeyh4lxGE2inSkDLxmAgO\/aFVslZa1CZKTM3He9g479Ja57QQVLMBSR7WGAg1CqKoCTMWsTRBAGaeZ1rg\/uBLxFj81gR7SzSIPsy1Tez9SduIuknW5m3b9h8ezDG6y2Y769h\/hMil2a6NwuwB\/cOkmIxn8N260p+5EGWjGXYtPe5gTIyJJVJkeKV0IR50GM8HFxgCwJCNvEO8322BMwWgN\/MZhhGARuls+JOkY\/1cLx5UA7P1dBK2vb2h\/xgpNKWXQIDAQAB", "oauth2": { "client_id": "529461975805-c90pqs8grm5v3fl5gsu082l3dq7g7c8s.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "action": { "default_popup": "\/menu.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "offline_enabled": true, "permissions": [ "identity", "identity.email" ], "host_permissions": [ "https:\/\/*.atlassian.net\/*" ], "icons": { "16": "favicon.png", "48": "favicon.png" } } |