Hello community,
In our company, we are making a standard for commenting in tickets after testing. We would like to make it as a template in JIRA so people can reuse it from there. Can i do that? If yes, how to do it?
Thanks in advance for your help.
Hello @Saiful Islam
As mentioned in the previous comments, you can't create comment templates using Jira's native functionalities. However, if you're interested in Marketplace add-ons, I'd like to suggest Issue Templates for Jira developed by Deviniti (full disclosure, I work at this company).
Issue Templates for Jira is specifically designed to help create issues with pre-defined templates. You can create an issue template with a pre-defined comment and apply it to other issues.
Below is a short instruction along with links to our documentation:
1. Create an empty issue within your repository project that will serve as your template.
2. In this issue, add your desired comment .
3. Set your scope to "First comment".
4. On your target issue, click " Apply template ".
Result: The comment will be added to the issue under the name of the person who applied the template, matching the setup in your issue template.
Cheers,
Bogna
Hello @Saiful Islam
Trust you are doing great,
My Name is Saurabh Kapoor one of the Support Engineers here at Atlassian, and I will be happy to help you on this query.
I understand that you are looking to create a standard template for commenting in Jira tickets after testing, which can be reused by your team. While Jira does not natively support creating comment templates directly, there are a few workarounds you can consider:
The first method is by using Automation for Jira if you require that the templated Comment be added after the issue is created or after a ticket transition. Please follow the below steps to achieve this requirement:
<Template>
By creating the above automation rule, whenever any new issue is created/commented, this rule will run and update the comment with the desired Template as per your requirements. For your reference, I will share some screenshots of the automation rule components with a similar use-case to update the issue Description.
Please follow the below documentation to understand more about Automation for Jira and its use: Create and edit Jira automation rules
If you require a fixed template to appear in the Description field while the Story issue is being created by the user, you can use Default Values Add-On (Now available for Cloud). The Default Values plugin for Jira allows you to automatically inject predefined values into fields on the "Create Issue" screen and it's a free application.
Simply go to the application's configuration and add default values for any of the supported fields like Description or Assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is your expectation that when someone clicks on add comment you get a pre-populated template. I doubt if that is possible out of the box in JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that is what i am looking for if that can be doable. Anyway, thanks for your response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.