Katalon Integration
This plugin enhances the defect submission process to JIRA.
Τι είναι το Katalon Integration;
Το Katalon Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον recorder-services, και η κύρια λειτουργία του είναι "This plugin enhances the defect submission process to JIRA.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Katalon Integration
Λήψη αρχείων επέκτασης Katalon Integration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Katalon Integration provides a seamless defect submission process to JIRA directly from Katalon TestOps with just one click. ★ Creating a link on Jira to access Test Run in Katalon TestOps. ★ Auto-attaching Test Runs into newly created Jira Issue. ★ The plugin requires no settings and will work immediately upon installation. Configuration in Katalon TestOps 1. Enter Organization ID. 2. Click Save. 3. Navigate to Jira Settings located in the toolbar of the project page. 4. Enter Jira URL, Username, and Password. Jira Cloud a. Jira URL must be in the form of Https://.atlassian.net. b. Enter the email registered for your Jira Cloud account in Username. c. Enter an Atlassian Cloud's API token in Password. See the instructions here. Jira Server a. Jira URL must be in the form of Http(s)://domain without any trailing parts e.g., /secure. b. Use your username instead of an email in Username. c. Enter Password. 5. Click Test Connection to see if the connection is successful. 6. Click Save. Please refer to these documents for detailed instructions: - Jira configurations (https://docs.katalon.com/katalon-analytics/docs/kt-jira-config.html) - Working with Jira issues (https://docs.katalon.com/katalon-analytics/docs/kt-jira-issue.html) - Working with Jira releases (https://docs.katalon.com/katalon-analytics/docs/kt-jira-release.html)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Katalon Integration |
ID | cechonbcopffiimhnkgghckbgipciedg |
Επίσημο URL | https://chromewebstore.google.com/detail/katalon-integration/cechonbcopffiimhnkgghckbgipciedg |
Περιγραφή | This plugin enhances the defect submission process to JIRA. |
Μέγεθος Αρχείου | 238 KB |
Αριθμός Εγκαταστάσεων | 1,151 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2022-11-12 |
Ημερομηνία Δημοσίευσης | 2020-03-09 |
Προγραμματιστής | recorder-services |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.katalon.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://forum.katalon.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "service_worker": "event_page.js" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-2.1.0.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "This plugin enhances the defect submission process to JIRA.", "icons": { "128": "jira-integragion-icon.png", "16": "jira-integragion-icon.png", "48": "jira-integragion-icon.png" }, "manifest_version": 3, "name": "Katalon Integration", "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |