Description & Comment Templates for Jira

This extension allows you to create and use templates for issue descriptions and comments.

Description & Comment Templates for Jira란 무엇입니까?

Description & Comment Templates for Jira은(는) https://mraddon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to create and use templates for issue descriptions and comments."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Description & Comment Templates for Jira 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the installation of this addon in your favorite browser, you will be able to manage until 4 Description Templates in your JIRA Cloud instance. Very useful for repetitive tasks creation.

The description templates are processed and stored in cookies inside the Browser. Just install and ready to use it. Plug & Play

Usage: Description Templates by Project and IssueType
Since October 2022, we have released a new powerful feature! Templates by Project with no Jira Admin intervention!! 

Just create a ticket in your project with summary “TEMPLATE:IssueTypeName”, ex: “TEMPLATE:Bug” and the system will use the description of the ticket for the next created Bugs. You can also define a “TEMPLATE:Default” summary to apply to the rest of IssueTypes.

Is plug’n’play!                    

확장 프로그램 기본 정보

이름 Description & Comment Templates for Jira Description & Comment Templates for Jira
ID ldfmmniipbadjdhnfphmaahdgbfppjim
공식 URL https://chromewebstore.google.com/detail/description-comment-templ/ldfmmniipbadjdhnfphmaahdgbfppjim
설명 This extension allows you to create and use templates for issue descriptions and comments.
파일 크기 175 KB
설치 횟수 680
현재 버전 9.1.0
최근 업데이트 2023-09-13
출시 날짜 2019-06-10
평점 3.20/5 총 5 개의 평점
개발자 https://mraddon.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jirasupport.atlassian.net/wiki/spaces/AH/pages/678625418/Description+Templates+for+Jira+Cloud
도움말 페이지 URL https://jirasupport.atlassian.net/servicedesk/customer/portal/1
개인정보 보호 정책 페이지 URL https://mraddon.blog/legal/mraddon-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TecnoFor Solutions",
    "description": "This extension allows you to create and use templates for issue descriptions and comments.",
    "name": "Description & Comment Templates for Jira",
    "version": "9.1.0",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.jira.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "permissions": [],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/*.jira.com\/*"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-d631e59c.js",
                "assets\/template-constants-b501f1a6.js",
                "assets\/_commonjsHelpers-23102255.js",
                "assets\/browser-polyfill-a2c294e6.js",
                "assets\/main-6f426931.css",
                "assets\/template-constants-8bc675a4.css"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.jira.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}