LogoLogo
πŸ‘‰ Get a free ITSM ebook
Issue Templates Agent
Issue Templates Agent
  • Introduction
    • Welcome to Issue Templates Agent!
    • Template Examples
      • User Story Template
      • Bug Report Template
      • Test Plan Template
      • Employee Onboarding Template
      • Employee Offboarding Template
      • Helpdesk Template
      • Purchase Request Template
    • Best Practices
    • Additional Materials
  • Features
    • Create Templates
      • Basic
      • Simple
      • Advanced
      • Scheduled
      • Save Templates as Drafts
      • Variables
      • Supported Fields
    • Templates on Create Issue View
    • Templates on Issue View
    • Automation and REST API
      • Apply Template on Existing Issue
      • Create Issues with Structure from Template
      • Create New Projects with Issues
      • Schedule Issue Creation
    • Tracking Templates Usage
    • Company vs Team Managed Projects
    • Bulk Edits
    • Template Library
    • Audit Log
    • Import and Export Templates
    • Permissions
  • Resources
    • Security Statement
    • FAQs
    • Related Articles
    • Release Notes
    • Contact our Support
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com Β© 2025 All rights reserved

On this page
  • Supported Variables
  • How to configure variables in templates?

Was this helpful?

Export as PDF
  1. Features
  2. Create Templates

Variables

Customize your templates and manage your board like a pro.

Variables are placeholders that represent dynamic values used in various contexts, such as issues, workflows, automation rules, filters, and reports. By customizing your issue templates with variables, you can ensure that all of your issues are updated regularly.

Supported Variables

Currently, we support variables for text fields: Summary, Description, custom field paragraph (supports rich text), custom field short text (plain text only).

Variables
Evaluted
Parent template
Child template

$CURRENT_LOGGED_USER_NAME

Display the name of the user who opens the Create issue dialog.

βœ…

βœ…

$CURRENT_LOGGED_USER_MAIL

Display the email address of the user who opened the Create issue dialog.

⚠️ It can be empty if the app doesn’t have access to this email.

βœ…

βœ…

$TODAY

Current day

βœ…

βœ…

$CURRENT_TIME

Current time

βœ…

βœ…

$TOMORROW

Tomorrow

βœ…

βœ…

$NEXT_WEEK

Next week

βœ…

βœ…

$NEXT_MONTH

Next month

⚠️ Pay attention to the February, 29th or every month, 31st.

βœ…

βœ…

$WEEK_OF_YEAR

Current week number

βœ…

βœ…

$PARENT_ISSUE_KEY

The key of the Parent issue.

N/A

βœ…

$PARENT_SUMMARY

Summary of the parent issue

N/A

βœ…

$PARENT_DESCRIPTION

Description of the parent issue

N/A

βœ…

$PARENT_REPORTER

Reporter of the parent issue

N/A

βœ…

$PARENT_ASSIGNEE

Assignee of the parent issue

N/A

βœ…

$PARENT_PRIORITY

Priority name of the parent issue

N/A

βœ…

$PARENT_DUE_DATE

Due date of the parent issue

N/A

βœ…

How to configure variables in templates?

Step 1:

Step 2:

PreviousSave Templates as DraftsNextSupported Fields

Last updated 1 month ago

Was this helpful?