Templates
Create consistent product updates in seconds with templates.
Templates simplify and accelerate the creation of changelogs, release notes, and other announcements, and ensure a consistent experience with every update.
Basics
Creating a New Template
Navigate to the Templates section of your workspace ⚙ Settings.
Click on Create to create a new template.
Choose an existing template to start with or start from scratch.
Customize the template with placeholders and formatting options as needed.
Save your template with a descriptive name for future use.
Editing an Existing Template
Navigate to the Templates section of your Settings.
Select the template you wish to edit from the list.
Modify the template content and placeholders.
Save your changes to update the template.
Basic Formatting Support
Aside from the above AI blocks, you can use most of the regular blocks available in the standard editor for templates as well. For more details, see the Editor Features documentation.
Images
We currently do not support adding images in templates. However, you can add images once the post was generated.

AI Blocks
Our template feature includes dynamic placeholders that can be populated using AI-generated content. These placeholders ensure that your release notes are informative, consistent, and engaging.
Title
Generates a title based on the post content.
Type / while editing the title field and select Title in the AI blocks section.
Introduction
Generates an introduction based on the post content.
Type / in the content editor and select Introduction in the AI blocks section.
Issue sections
This block generates descriptions for all issues of the specified type(s) in paragraph format.
For example: If the selected issue type was "Story", and the filter for the release announcement contains 3 stories, this block will create 3 sections, with a heading for each story.
Type / while editing the title field and select Issue sections in the AI blocks section.
We recommend to use this block style for major features and improvements.
Issue lists
This block generates descriptions for all issues of the specified type(s) in a list format.
For example: If the selection issue type was "Bug", and the filter for the release announcement contains 5 bugs, this block will create 5 bullets points, one for each bug.
We recommend to use this block style for bugfixes and small improvements.
Settings
Each template block can be filtered to show specific work items, and its AI prompt can be customized to override the global default.
Filters
Specify which work items appear in this block using one of three approaches:
Basic filters: Select work item types, status categories or labels directly from the dropdown menus.
Saved Jira filters: Pick from your existing Jira filters to reuse filter logic you’ve already defined.
JQL (advanced): Write a custom JQL query for full control over which issues are included.
Use cases
Team-specific release notes: Add multiple Issue sections blocks, each filtered to a different team. This creates a dedicated section per team within a single release note — for example, one for Platform and one for Mobile.
Audience-targeted updates: Use filters to separate customer-facing improvements from internal changes, so you can publish relevant updates to different audiences.
Categorized bug reports: Combine an Issue sections block filtered to new features with an Issue lists block filtered to bug fixes, giving readers a clear picture of what’s new and what’s fixed.
Component-based changelogs: Filter by Jira component or label to organize release notes by product area, such as API, Dashboard, or Integrations.
AI prompt
Customize the AI prompt used for this section. Note that this only apply to newly generated descriptions. If the work item already has an existing changelog description, the existing descriotion will be used.
Frequently Asked Questions
Do you have any tips on how to write effective product updates?
Be Concise: Use the AI Summary for a quick overview and detailed sections for in-depth information.
Be Clear: Utilize headings and lists to structure your content for better readability.
Keep it Consistent: Stick to your template for a uniform look across all release notes.
What happens if an issue in the template already has a description?
That depends.
If the description is stored in a Changelog Description Field (optional): Released will use that description in the template and not generate a new description.
If the description is stored in the issue properties (the default): Released will overwrite the description only if a custom prompt was used in the template.
Last updated
Was this helpful?