FAQ
Find answers to the most common questions about Templify. Click any question to expand the answer.
Templates
What types of Jira issues can be used as templates?
Any Jira issue can be marked as a template — Tasks, Stories, Bugs, Epics, Sub-tasks, and custom issue types. Simply open the issue and use the Templify panel to mark it as a template.
The issue itself remains a regular Jira issue and can still be used in your workflows. Marking it as a template simply makes it available for reuse.
Can a template include child issues (hierarchies)?
Yes. Templify supports issue hierarchies — when you mark a parent issue as a template, its child issues are included. Creating from that template generates the entire tree (e.g., Epic → Stories → Sub-tasks) in one click.
Child issues can even belong to different projects or boards.
Where should I store my templates?
You have two options:
- In any project — templates stored in a specific project are available within that project (and can be shared via Template Availability settings)
- In the Global Repository — a designated project that serves as a centralized template library, making templates available across your entire organization
For most teams, using the Global Repository is recommended as it keeps templates organized and accessible.
Can I control which projects see which templates?
Yes. Use Template Availability to restrict templates to specific projects. This ensures teams only see templates relevant to their workflows.
By default, templates in the Global Repository are available to all projects unless restricted.
Create Issue Form
Why don't I see the Issue Template Field in the Create Issue form?
The Issue Template Field is only available on the Global Create Issue screen — the dialog opened via the top navigation "Create" button or the C keyboard shortcut.
If you're creating issues from a board, backlog, or inline creation, the template field won't appear.
For Company-Managed projects: The field is automatically available on the Global Create Issue screen.
For Team-Managed projects: You need to manually add the Issue Template field to your project. Go to Project Settings → Fields and add it.
What is the difference between the Template Field and Default Values?
These are two separate features for prefilling the Create Issue form:
- Issue Template Field — adds a dropdown to the form where users manually select a template. The form is then populated with that template's values.
- Default Values — automatically prefills the form based on the project and issue type combination, without any user interaction.
You can use both features together: Default Values provide a baseline, and users can override by selecting a different template from the dropdown.
Dynamic Fields
What are dynamic fields and how do they work?
Dynamic fields use expressions that are evaluated at the time of issue creation, rather than storing static values. For example:
today + 7d→ sets the due date to 7 days from nowcurrentSprint→ assigns the current active sprintcurrentUser→ sets the field to whoever is creating the issue
This means each issue created from the template gets context-relevant values automatically.
Can I use dynamic placeholders in the Summary or Description?
Yes. Dynamic Text Fields let you add placeholders to text fields like Summary and Description. These placeholders can:
- Prompt the user for input:
{Summary:text} - Offer a dropdown selection:
{Environment:select(Dev,Staging,Prod)} - Insert automatic values:
{Reporter:currentUser}
Permissions and Security
Who can create and manage templates?
Templify uses a role-based permission model:
- Use Templates — available to all users by default; allows creating issues from templates and selecting templates in the Create Issue form
- Manage Templates — restricted to Jira Administrators and Project Administrators by default; allows marking issues as templates, configuring availability, and setting default values
Permissions can be customized per your organization's needs.
Automation
Can I use templates with Jira Automation?
Yes. Templify provides two custom actions for Jira Automation:
- Create from Template — generates a new issue based on a template when an automation rule triggers
- Apply Template — applies a template's field values to an existing issue
This allows you to automate template-based workflows — for example, automatically creating a set of onboarding tasks when a new employee issue is created.
Troubleshooting
Template field values are not appearing on the created issue
Check the following:
- Field availability — ensure the target field exists in the destination project's screen scheme
- Field context — verify the field context includes the target project and issue type
- Permissions — confirm the user has permission to set the field value
- Dynamic field syntax — if using dynamic expressions, verify the syntax is correct
If the issue persists, check the Audit Logs for error details.
Default Values are not prefilling the Create Issue form
Default Values only work on the Global Create Issue screen. Verify that:
- You're using the global "Create" button (top navigation) or the
Cshortcut - A default template is configured for the selected project and issue type combination
- The user has the "Use Templates" permission
Still Need Help?
If your question isn't answered here:
- Check the Key Concepts page for terminology
- Browse the Usage guides for step-by-step instructions
- Contact our support team via the Contact & Support page