How to Add Tables in Jira Default Description (Cloud)
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Note: This article applies exclusively to team-managed projects.
For company-managed projects, please refer to this article.
When setting a default description template for new issues in team-managed projects, you are unable to add a table to the template. This article will list possible workarounds to achieve this use case and help customers use the table in the Description field in Jira Cloud.
Option One: Using Automation for Jira
This can be achieved by using Automation Rules:
Create a new rule with the trigger Work Item created.
Add any conditions such as project type, work item type, etc.
Add the action component Edit Work Item.
Under Choose fields to set, select the Description field.
Use the following value to be added in the description field to render a table when a ticket is created:
||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|
Option Two: Using Issue screens and custom fields
You can set a default value at creation using custom fields.
Replace the Description field with a custom field for creation
After creation, copy the information from the custom field back to the Description using Automation for Jira
Use the following steps:
Create a custom paragraph field.
Populate its default value with your template, for the table use:
||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|
Change the new field's renderer to Wiki Style in the Field Configuration.
On related Projects, create a second screen (if it doesn't exist).
Remove the Description, and add your new custom field.
Modify the screen scheme, and make your new screen the create operation.
Your existing screen should remain for the view operation.
After creation, copy the information from the custom field back to the Description using Automation for Jira.
Create an Automation rule.
Use the trigger Work Item created.
Add the action component Edit Work Item.
Copy the data from the custom paragraph field back to the Description.
More information
Automation for Jira can be complex for new users. For detailed guidance, refer to Jira Cloud Automation Documentation
Was this helpful?