Hello Community,
Our QA team have asked whether it is possible to use templates in ticket comments / custom text fields in Jira?
They cited being able to do this previously (many years ago at a different organisation, but using Jira) and weren't sure if this functionality got deprecated from native Jira.
They would like to use / insert a 'QA' template on tickets so better capture required information from developers, but also to ensure consistency across projects.
Thanks,
Julia.
You could automation in combination with custom field for this.
Create a multi line text field, set a default value and place this field on the create screen of the work item/issue type.
On the dit and or view screen use the normal description field.
Create an automation that on issue creation copies the value of the custom field to the description field.
Hello @Julia Watson-Clarke ,
Thank you for this question.
You can also try it using Jira automation. You can refer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Julia Watson-Clarke ,
Good day! Welcome to Atlassian community :)
Currently, Jira Cloud does not natively support predefined templates in comments or custom text fields.
As a workaround:
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Julia.
We are using Script runner for this.
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.