IBM EWM Extension for Git

Annotates EWM work item references in the commit comment in GitHub and provides a work item picker in a pull/merge request.

IBM EWM Extension for Gitคืออะไร?

IBM EWM Extension for Git เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IBM Engineering Workflow Management Extensions และคุณลักษณะหลักของมันคือ "Annotates EWM work item references in the commit comment in GitHub and provides a work item picker in a pull/merge request."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IBM EWM Extension for Git

ดาวน์โหลดไฟล์ส่วนขยาย IBM EWM Extension for Git ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension annotates EWM work item references in the commit comment with links to work items and provides a work item picker. You can use this extension if you are using IBM Engineering Workflow Management integration with GitHub Enterprise or GitLab.

In a GitHub repository Web UI, this extension will annotate the work item references in commit comments. Clicking the work item link will open the work item in Engineering Workflow Management Web UI. In any GitHub or GitLab repository web UI, you can select work items from a work item picker and insert the work item numbers into a pull request and merge request description respectively.

Supported Git variants:
GitHub Enterprise.
GitLab Community and Enterprise.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IBM EWM Extension for Git IBM EWM Extension for Git
ID dkbkhnelikjjaekjghfckcobnolojmjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ibm-ewm-extension-for-git/dkbkhnelikjjaekjghfckcobnolojmjc
คำอธิบาย Annotates EWM work item references in the commit comment in GitHub and provides a work item picker in a pull/merge request.
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-10-12
วันที่เผยแพร่ 2018-06-29
ผู้พัฒนา IBM Engineering Workflow Management Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jazz.net
URL หน้าช่วยเหลือ https://www.ibm.com/support/knowledgecenter/SSYMRC_7.0.2/com.ibm.team.connector.cq.doc/topics/c_github_chrome.html
ภาษาที่รองรับ de,en,fr,tr,es,it,hu,pl,pt-BR,cs,ru,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "description": "__MSG_extensionDescription__",
    "version": "2.2",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extensionTitle__",
        "default_popup": "html\/settings.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "js\/constants.js",
            "js\/utils\/auth_utils.js",
            "js\/utils\/oslc_service_utils.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "cookies"
    ],
    "web_accessible_resources": [
        "html\/wi_select_dialog.html",
        "html\/select_projectarea_dialog.html",
        "html\/error_message_dialog.html",
        "images\/add.gif",
        "images\/workitems_obj.png"
    ]
}