Description & Comment Templates for Jira

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

O que é Description & Comment Templates for Jira?

Description & Comment Templates for Jira é uma extensão do Chrome desenvolvida por https://mraddon.com, e sua principal característica é "This extension allows you to create and use templates for issue descriptions and comments.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Description & Comment Templates for Jira

Baixe arquivos de extensão Description & Comment Templates for Jira no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Description & Comment Templates for Jira Description & Comment Templates for Jira
ID ldfmmniipbadjdhnfphmaahdgbfppjim
URL Oficial https://chromewebstore.google.com/detail/description-comment-templ/ldfmmniipbadjdhnfphmaahdgbfppjim
Descrição This extension allows you to create and use templates for issue descriptions and comments.
Tamanho do Arquivo 175 KB
Contagem de Instalações 680
Versão Atual 9.1.0
Última Atualização 2023-09-13
Data de Publicação 2019-06-10
Classificação 3.20/5 Total de 5 Avaliações
Desenvolvedor https://mraddon.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jirasupport.atlassian.net/wiki/spaces/AH/pages/678625418/Description+Templates+for+Jira+Cloud
URL da Página de Ajuda https://jirasupport.atlassian.net/servicedesk/customer/portal/1
URL da Página de Política de Privacidade https://mraddon.blog/legal/mraddon-privacy-policy
Idiomas Suportados 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
        }
    ]
}