Katalon Integration

This plugin enhances the defect submission process to JIRA.

什么是Katalon Integration?

Katalon Integration是由recorder-services开发的Chrome扩展程序,该扩展的主要功能是“This plugin enhances the defect submission process to JIRA.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Katalon Integration扩展crx文件

下载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 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"
}