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은(는) IBM Engineering Workflow Management Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotates EWM work item references in the commit comment in GitHub and provides a work item picker in a pull/merge request."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IBM EWM Extension for Git 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}