Issue Templates Created on
Issue templates let you define pre-configured task forms that pre-fill fields like the title prefix, description, labels, category, priority, and assignees. Templates reduce friction for both internal members and public users submitting feedback.
Creating Templates
Section titled “Creating Templates”- Navigate to Settings > Templates in your organization
- Click New Template
- Fill in the template fields
- Click Save
Template Fields
Section titled “Template Fields”| Field | Description |
|---|---|
| Name | The template’s display name shown in the template picker (e.g., Bug Report, Feature Request) |
| Title Prefix | Text automatically prepended to the task title (e.g., [Bug], [Feature]) |
| Description | Pre-filled rich-text content that guides the submitter on what to include |
| Default Status | The status a task created from this template starts at |
| Default Priority | The priority automatically applied |
| Default Category | The category the task is filed under |
| Default Release | The release the task is assigned to |
| Labels | One or more labels automatically added to the task |
| Assignees | Team members automatically assigned to the task |
| Visibility | Default visibility for tasks created from this template |
None of these fields are locked — submitters can change any pre-filled value before creating the task.
Using Templates
Section titled “Using Templates”For Organization Members
Section titled “For Organization Members”When creating a new task, click the dropdown arrow next to the New Task button to see available templates. Selecting a template pre-fills the task form with the template’s defaults.
For Public Submissions
Section titled “For Public Submissions”On your organization’s public board ({your-org}.sayr.io), signed-in visitors who submit tasks are presented with the list of templates. If the visitor clicks a template, the create form is pre-filled. They can also choose a blank form.
This is particularly useful for community-facing boards where you want submissions to follow a consistent format (e.g., all bug reports include steps to reproduce, or all feature requests explain the use case).
Example Template: Bug Report
Section titled “Example Template: Bug Report”A Bug Report template might look like this:
| Field | Value |
|---|---|
| Name | Bug Report |
| Title Prefix | [Bug] |
| Description | (pre-filled with a markdown prompt) |
| Default Priority | High |
| Default Category | Bug Reports |
| Labels | bug |
The description might include a structured prompt:
**Steps to reproduce:**1.2.
**Expected behavior:**
**Actual behavior:**
**Environment:**- Browser / OS:- Version:Example Template: Feature Request
Section titled “Example Template: Feature Request”| Field | Value |
|---|---|
| Name | Feature Request |
| Title Prefix | [Feature] |
| Default Priority | Medium |
| Default Category | Feature Requests |
| Labels | feature |
Managing Templates
Section titled “Managing Templates”Editing a Template
Section titled “Editing a Template”- Go to Settings > Templates
- Click the menu icon next to the template
- Select Edit, make changes, and save
Editing a template only affects new tasks created from it. Existing tasks are not updated.
Deleting a Template
Section titled “Deleting a Template”- Go to Settings > Templates
- Click the menu icon next to the template
- Select Delete and confirm
Deleting a template does not affect tasks that were already created from it.
Best Practices
Section titled “Best Practices”Use Templates to Guide Public Submissions
Section titled “Use Templates to Guide Public Submissions”If your public board receives feature requests or bug reports, templates are one of the most effective ways to get useful, structured submissions. A good bug report template prompts for reproduction steps, expected behavior, and environment info. Without it, you’ll receive vague reports that need follow-up.
Keep the Template List Short
Section titled “Keep the Template List Short”Too many templates can overwhelm submitters. Aim for 3–5 templates covering the most common task types. A clean set of options (e.g., Bug Report, Feature Request, Question) gets better engagement than a long list.
Use Title Prefixes for Easy Scanning
Section titled “Use Title Prefixes for Easy Scanning”A consistent prefix like [Bug] or [Feature] lets you scan the task list without opening every task. It also helps with filtering if you haven’t set up labels yet.
Pre-assign to the Right Team
Section titled “Pre-assign to the Right Team”If certain task types should always go to a specific team member (e.g., all design requests go to the design team), use the Assignees field in the template to route them automatically.