We have a workflow, the users want to have a standard template for the Description field as below. How can I achieve this?
h4. +Person responsible / On Call :+
{color:blue}<<Please state the person who worked on the issue or the person who was on call at the time this issue occured>>{color}
h4. +Problem Description :+
{color:blue}<<Please describe the problem >>{color}
I found a plugin that might fix your problem. It helps to populate description and other text fields in jira issues - https://marketplace.atlassian.com/apps/1219597/field-templates-for-jira?hosting=server&tab=overview
Hi guys,
No need to use add-on in this case. All you need is creating a custom field name with the same name, Description and in the Field configuration, you render the field to make it wiki :)
It will looks exactly the system field Description :) From this newly created custom field, you can add template as you wish.
I did it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Get the JEditor plugin. This adds an HTML renderer and allows you to pre-populate issues with an HTML template for text fields (description, comments or custom text fields). It also adds a toolbar, so formatting is easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I create a template as follows to prepopulate the Description field, but the Description field is displaying this source code, not rendering. What should the template look like? h4. +Person responsible / On Call :+ {color:blue}<>{color} h4. +Problem Description :+ {color:blue}<>{color} h4. +Error Message :+ {color:blue}<>{color} h4. +Resolution :+ h6. Root Cause: {color:blue}<>{color} h6. Steps taken to resolve: {color:blue}<>{color} h6. Links : {color:blue}<>{color} h4. +Downstream Impact :+ {color:blue}<>{color}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make sure that in your Field Configuration for this project / issue type, you selected the JEditor renderer. That will change the format of the field to HTML. The easiest way to make a template is to go backwards from that: Use the toolbars to build the template like you want, switch the field to HTML view (there's a tool for that in the toolbar) and use this HTML as your template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have a template working in Jira v7.6.6 for my Description and it works fine with HTML. But, is there a way to not use HTML and keep it in plain text.
For example, my simple template is:
As a...
I need...
So that...
Thanks,
Mary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.