- Get started
- About
- Glossary
- First steps
- Migration to Cloud
- Integrations points
- Create issue from template
- Recreate issue
- Apply template
- Apply template post function
- Legacy automation action
- Template custom field on issue create screen
- Apply template via issue property
- Configuration
- Repository
- Template's configuration
- Using templates
- Copy Epic
- Copy links and linked issues
- Copy Subtasks
- Copy Initiatives
- Default templates
- Using Variables
- Static variables
- Dynamic variables
- Smart defaults
- Basics
- Smart issues
- Smart users
- Smart dates
- Smart project
- How to use smart defaults
- Security
- Security statement
- App permissions
Last updated Sep 20, 2021
Smart issues
Learn about using Smart issue expressions in Smart defaults.
Smart defaults can refer to an active issue and its fields. Here’s the list of available smart expressions:
issue.epic
- returns the epic name.issue.epic.key
- returns the epic key.issue.epic.status
andissue.epic.status.name
- displays the epic status.issue.issueType.name
- displays the issue type name.issue.parent
- returns subtask’s parent issue key.issue.reporter.displayName
- returns the name and surname of the reporter of current issue.issue.[Custom field].id
- displays the id of a custom field.issue.[field].id
- displays the id of field.
issue.fixVersions.[property]
issue.fixVersions
- used to access the values in an issue’s Fix Versions field.
Other ways to access the Fix Versions field:
issue.fixVersions.name
fixVersions.name.max()
fixVersions.name.max
fixVersions.max
fixVersions.min
fixVersions.average
fixVersions[0].name
labels
labels
- returns Labels property.
subtasks.[property]
subtasks.key
- returns subtasks key.subtasks.priority
- returns subtasks priority.