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文件

下载Description & Comment Templates for Jira扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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