Set Default Description in Jira Cloud Company-Managed Projects
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
You can set a default description template for new issues in team-managed projects; this feature isn't available in company-managed projects.
Environment
Jira Cloud
Solution
Currently, adding default values to the system description field isn't supported.
You can achieve similar results by using a custom field to replace the default description field during the creation phase. Adjust the workflow to copy the value to the default system description field.
Set Up Custom Field and Create Screen
Create a custom field named for example TemplateDescription
Choose Paragraph as the field type.
Associate the field with the Create Screen of the project
This custom field should be applied only on the Create screen.
The view and edit screens should still show the Description system field. If you are using a default screen for create, view, and edit, create an additional screen and separate it from the create screen.
Click on the three dots and select Contexts and default value
Select Edit Default Value and enter the required template information
Remove the native Description in the Create Screen configuration
Change to Workflow
Go into your workflow configuration
Click on the Create Transition
Select Post Functions
Add the following post functions at the top
Copy Value From Other Field: The field Description will take the value from TemplateDescription. Source and destination issue are the same.
Update Work Item Custom Field : The TemplateDescription of the work item will be cleared.
Ensure the Post Functions are ordered correctly
Publish the workflow
Was this helpful?